DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class
Properties Methods


In This Topic
    DicomDataSetCollection Class Members
    In This Topic

    The following tables list the members exposed by DicomDataSetCollection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Creates a DicomDataSetCollection object  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Public PropertyOverloaded. Provides access to collection item via its InstanceUID  
    Public Property Contains a list of SOP Class UIDs for all DataSet items contained in this Collection  
    Public PropertyA general purpose Tag for developer use  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a DicomDataSet to a DicomDataSetCollection  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Public MethodOverloaded. Returns a copy of the DicomDataSetCollection  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Public MethodRelease all resources used by DicomDataSetCollection  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Public MethodMake DICOM Key Object Note object from a collection of DicomDataSets. The first DicomDataSet object in the collection will be used as the primary data for KOS content. If multiple Studies are present in the collection, each Study will be added as a new Current Requested Procedure Evidence Sequence item. All Referenced Instance(s) will be added to the Content Sequence.  
    Public MethodOverloaded. Creates and adds a DicomDataSet from an external DICOM File, a byte array, or a file stream. Or Creates and adds a collection of DicomDataSet objects from an array of external DICOM files  
    Public Method Read DICOM data from a JSON Stream  
    Public MethodOverloaded. Removes DicomDataSet from a DicomDataSetCollectionby matching its InstanceUID  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Public MethodSends all DataSets within the collection in one association  
    Public Method Write DICOM data to a JSON Stream  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Protected MethodOverridden.  This is an override of the method in the base collection, and would not normally be used by DicomObjects developers  
    Protected MethodOverridden.  This is an override of the method in the base collection, and would not normally be used by DicomObjects developers  
    Protected MethodOverridden.  This is an override of the method in the base collection, and would not normally be used by DicomObjects developers  
    Top
    See Also