Generated CID registry for DICOM SR context groups.
Contains 1223 context groups with include-chain resolved codes.
Generated via mix dicom.gen_context_groups from PS3.16 data.
Summary
Functions
Returns whether the given CID is extensible.
Looks up a context group by CID number.
Checks whether a code is a member of the given CID.
Returns the number of context groups in the registry.
Functions
@spec extensible?(non_neg_integer()) :: boolean() | :unknown_cid
Returns whether the given CID is extensible.
@spec lookup(non_neg_integer()) :: {:ok, map()} | :error
Looks up a context group by CID number.
@spec member?(non_neg_integer(), String.t(), String.t()) :: boolean() | :unknown_cid
Checks whether a code is a member of the given CID.
@spec size() :: non_neg_integer()
Returns the number of context groups in the registry.