Name | Description | |
---|---|---|
DicomDataSetCollection Constructor | Overloaded. Creates a DicomDataSetCollection object |
The following tables list the members exposed by DicomDataSetCollection.
Name | Description | |
---|---|---|
DicomDataSetCollection Constructor | Overloaded. Creates a DicomDataSetCollection object |
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>) | |
Item | Overloaded. Provides access to collection item via its InstanceUID | |
SopUIDList | Contains a list of SOP Class UIDs for all DataSet items contained in this Collection | |
Tag | A general purpose Tag for developer use |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a DicomDataSet to a DicomDataSetCollection | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>) | |
Clone | Overloaded. Returns a copy of the DicomDataSetCollection | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>) | |
Dispose | Release all resources used by DicomDataSetCollection | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>) | |
MakeKOS | Make 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. | |
Read | Overloaded. 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 | |
ReadJson | Read DICOM data from a JSON Stream | |
Remove | Overloaded. Removes DicomDataSet from a DicomDataSetCollectionby matching its InstanceUID | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>) | |
Send | Sends all DataSets within the collection in one association | |
WriteJson | Write DICOM data to a JSON Stream |