VintaSoft DICOM .NET Plug-in: API changes in version 10.1
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 SetData(ushort, ushort, object)
|
Sets data element data or adds element with specified data to the end of the DicomDataElementCollection. |
|
public Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomDataElement SetData(ushort, ushort, Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomValueRepresentation, object)
|
Sets data element data or adds element with specified data to the end of the DicomDataElementCollection. |
|
|