VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / DicomSeriesManager Class
Constructors Properties Methods Events SeeAlso
In This Topic
    DicomSeriesManager Class Members
    In This Topic
    The following tables list the members exposed by DicomSeriesManager.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the collection of DICOM images.
    Public PropertyGets or sets the key template for sorting of patients.
    Public PropertyGets or sets the key template for sorting of study series.
    Public PropertyGets or sets the key template for sorting of patient studies.
    Public PropertyGets an object that can be used to synchronize access to the DicomSeriesManager.
    Public Methods
     NameDescription
    Public MethodReturns a value indicating whether this DICOM series manager contains information about image with specified identifier.
    Public MethodReturns a value indicating whether this DICOM series manager contains information about patient with specified identifier.
    Public MethodReturns a value indicating whether this DICOM series manager contains information about series with specified identifier.
    Public MethodReturns a value indicating whether this DICOM series manager contains information about study with specified identifier.
    Public MethodReturns the series identifiers for all study identifiers.
    Public MethodReturns the image for specified image identifier.
    Public MethodReturns the image identifier for specified image.
    Public MethodReturns the DICOM page metadata for specified image identifier.
    Public MethodReturns the images identifiers for specified DICOM series identifier.
    Public MethodReturns the patient identifier for specified image.
    Public MethodReturns the patient identifiers.
    Public MethodReturns the DICOM page metadata for specified patient identifier.
    Public MethodReturns the series identifier for specified image.
    Public MethodReturns the series identifiers for specified study identifier.
    Public MethodReturns the series images for specified series identifier.
    Public MethodReturns the DICOM page metadata for specified DICOM series identifier.
    Public MethodReturns the study identifier for specified image.
    Public MethodReturns the studies identifiers for specified patient identifier.
    Public MethodReturns the DICOM page metadata for specified study identifier.
    Public Events
     NameDescription
    Public EventOccurs when the images identifiers are changed.
    Public EventOccurs when the patient identifiers are changed.
    Public EventOccurs when the series identifiers are changed.
    Public EventOccurs when the study identifiers are changed.
    See Also