pydicom.sr.Collection¶
- class pydicom.sr.Collection(name: str)[source]¶
Interface for a collection of concepts, such as SNOMED-CT, or a DICOM CID.
Added in version 3.0.
Methods
__init__
(name)Create a new collection.
dir
(*filters)Return an sorted list of concept keywords based on a partial match.
Return a list of valid names for auto-completion code.
Attributes
codes}
Return
True
if the collection is one of the DICOM CIDsReturn the name of the collection.
repr_format
Return the scheme designator for the collection.