The following tables list the members exposed by DicomAnnotationsUtilities.
Public Constructors
Name | Description | |
---|---|---|
DicomAnnotationsUtilities | Initializes a new instance of a DicomAnnotationsUtilities object. |
Public Methods
Name | Description | |
---|---|---|
FromAnnContainerToDataSet | Converts all the LEAD Annotation objects in an AnnContainer into one or more DICOM annotation objects, and adds (overwrites or appends) the result in a Leadtools.Dicom.DicomDataSet. | |
FromAnnObjectToDataSet | Converts a LEAD Annotation object into one or more DICOM annotation objects, and adds the new DICOM annotation objects into the dataset. | |
FromDataSetToAnnContainer | Converts all of the Graphic Annotation Sequence (DICOM Annotations) stored in a Leadtools.Dicom.DicomDataSet into a LEAD AnnContainer that contains LEAD Leadtools.Annotations.Engine.AnnObject objects. | |
IncrementCompoundGraphicInstanceId | Increments the CompoundGraphicInstanceId to a new,unused value that can be assigned to the next DICOM Compound Graphic. | |
IncrementGraphicGroupId | Increments the GraphicGroupId to a new,unused value that can be assigned to the next group. | |
ToAnnObject | Converts an object implementing the Leadtools.IDicomAnnotationObject interface to an AnnObject. |
Public Properties
Name | Description | |
---|---|---|
CompoundGraphicInstanceId | Gets or sets the "Compound Graphic Instance ID" (0070,0226) that is used when converting an Leadtools.Annotations.Engine.AnnObject to a Leadtools.Dicom.DicomCompoundGraphic. | |
ContainerMapper | Gets or sets the Leadtools.Annotations.Engine.AnnContainerMapper that is used when converting between LEAD Leadtools.Annotations.Engine.AnnObject and Leadtools.Dicom.DicomAnnotationObject. | |
DefaultObject | Gets or sets the defaults used when calling ToAnnObject(DicomAnnotationObject). | |
DicomUidOrgRoot | Gets or sets a numeric string representing an organization root that is used when generating a DICOM Unique Identifier (UID). | |
DisplayHeight | Sets the display height of the annotations in pixels | |
DisplayWidth | Sets the display width of the annotations in pixels | |
GraphicGroupId | Gets or sets the "Graphic Group ID" (0070,0295) that is used when converting an AnnObject to a grouped Leadtools.Dicom.DicomAnnotationObject. | |
ImageDpiX | Gets or sets the horizontal resolution used when converting the points of an Leadtools.Annotations.Engine.AnnObject to pixels. | |
ImageDpiY | Gets or sets the vertical resolution used when converting the points of an Leadtools.Annotations.Engine.AnnObject to pixels. | |
LayerName | Gets or sets the layer name used when calling FromAnnObjectToDataSet. | |
PresentationStateIdentification | Gets or sets an object that contains the Presentation State Identification Module DICOM elements. | |
UseMapper | Gets or sets a boolean indicating whether to use the ContainerMapper when converting a LeadPointD to a DicomAnnotationPoint. |
Public Events
Name | Description | |
---|---|---|
OnIncrementCompoundGraphicInstanceId | Occurs when the IncrementCompoundGraphicInstanceId is called. | |
OnIncrementGraphicGroupId | Occurs when the IncrementGraphicGroupId is called. |
See Also