Annotations to add to film
Visual Basic |
---|
Public Property Annotations As DicomDataSets |
Annotations allow one or more items of text to be added to each film printed (not each image). They are very printer-dependent, and many printers do not support them at all. The number and placement depend on the annotation format ID, which in DicomObjects should be placed, before the filmbox is created in the AnnotationFormat property. Each DicomDataSet in this collection corresponds to one annotation, and they must be added with appropriate tags (20300,0010 for the ID and 2030,0020 for the text). Alternatively, the AddAnnotation method may be used.
This type of “annotation” has limited usefulness as it is very printer-dependent, and DICOM annotations of this type should not be confused with the common annotations in the form of graphics or text overlaid onto an image, achieved using DicomLabel objects. |