DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSetCollection Class
Properties Methods

DicomDataSetCollection Class Members

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. Note: C# syntax for the "Item" property is wrongly represented in a VB.NET syntax. This is a bug in the help file generator, and will be corrected in a later version of our help file.  
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
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.  Read MINT Stream to reconstruct DICOM data from MINT data  
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  
Public Method Write DICOM data to a MINT Stream and returns the list of bid's  
Top
See Also