Error processing SSI file
LEADTOOLS Medical

Show in webframe

CompoundGraphicInstanceId Property






Gets or sets the "Compound Graphic Instance ID" (0070,0226) that is used when converting an Leadtools.Annotations.Core.AnnObject to a Leadtools.Dicom.DicomCompoundGraphic.
Syntax
public int CompoundGraphicInstanceId {get; set;}
'Declaration
 
Public Property CompoundGraphicInstanceId As Integer
'Usage
 
Dim instance As DicomAnnotationsUtilities
Dim value As Integer
 
instance.CompoundGraphicInstanceId = value
 
value = instance.CompoundGraphicInstanceId

            

            
public:
property int CompoundGraphicInstanceId {
   int get();
   void set (    int value);
}

Property Value

The "Compound Graphic Instance ID" (0070,0226) that is used when converting an Leadtools.Annotations.Core.AnnObject to a Leadtools.Dicom.DicomCompoundGraphic.
Remarks
When a LEAD Leadtools.Annotations.Core.AnnObject is converted to a Leadtools.Dicom.DicomCompoundGraphic, it will be assigned a unique CompoundGraphicInstanceId. The DICOM specification recommends that any DICOM Compound Graphic also be converted to a DICOM Graphic Object, for backward compatibility. The DICOM Graphic Object will also be assigned the same CompoundGraphicInstanceId as the DICOM Compound Graphic, so that it is clear that these are both representations of the same object.
Example
For an example, refer to FromAnnContainerToDataSet(DicomDataSet,AnnContainer).
Requirements

Target Platforms

See Also

Reference

DicomAnnotationsUtilities Class
DicomAnnotationsUtilities Members

Error processing SSI file
   Leadtools.Dicom.Annotations.Core requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features