'Declaration Public Sub Encode( _
ByVal destDicomAnnotationTreeNodeThe metadata tree node, which contains information about DICOM annotation data set.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomAnnotationTreeNode, _
ByVal ParamArray dicomAnnotationDataCollectionsAn array of DICOM annotation data collections, which must be saved in DICOM data set.() As DicomAnnotationDataCollection _
)
public void Encode(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomAnnotationTreeNode destDicomAnnotationTreeNode,
params DicomAnnotationDataCollection[] dicomAnnotationDataCollections
)
Parameters
- destDicomAnnotationTreeNode
- The metadata tree node, which contains information about DICOM annotation data set.
- dicomAnnotationDataCollections
- An array of DICOM annotation data collections, which must be saved in DICOM data set.