DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSetCollection Class

In This Topic
    DicomDataSetCollection Class Methods
    In This Topic

    For a list of all members of this type, see DicomDataSetCollection members.

    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
    See Also