DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSetCollection Class


DicomDataSetCollection Class Methods

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

Public Methods
 NameDescription
Public MethodOverloaded. Adds a DicomDataSetCollection 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 MethodRead 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 MethodWrite DICOM data to a JSON Stream  
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
Protected MethodOverridden.   
Protected MethodOverridden.   
Protected MethodOverridden.   
Top
See Also