VintaSoft DICOM .NET Plug-in: API changes in version 11.0
In This Topic
API changes in Vintasoft.Imaging.Dicom.dll
Changed classes:
Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomDataElementCollection
|
Added methods
|
public Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomDataElement CreateDataElement(ushort, ushort)
|
Creates the DicomDataElement. |
public Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomDataElement CreateDataElement(ushort, ushort, Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomValueRepresentation)
|
Creates the DicomDataElement. |
public Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomDataElement CreateDataElement(ushort, ushort, object)
|
Creates the DicomDataElement. |
public Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomDataElement CreateDataElement(ushort, ushort, Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomValueRepresentation, object)
|
Creates the DicomDataElement. |
public void Insert(Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomDataElement)
|
Inserts an element into the DicomDataElementCollection using insert index calculated automatically. |
public void SortDataElements()
|
Sorts elements of collection. |
|
|
Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomDataSet
|
Added methods
|
public void SortDataElements()
|
Sorts elements of the DICOM Data Set. |
|
|
Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomDataSetCollection
|
Added methods
|
public void SortDataElements()
|
Sorts elements of the nested DICOM Data Sets. |
|
|
Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomFile
|
Added methods
|
public void SortDataElements()
|
Sorts all elements (including nested elements) of the file. |
|
|