Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

CompoundGraphicInstanceId Property (DicomGraphicObject)








Gets or sets the value of the "Compound Graphic Instance ID" element (0070,0226) under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
Syntax
public override int CompoundGraphicInstanceId {get; set;}
'Declaration
 
Public Overrides Property CompoundGraphicInstanceId As Integer
'Usage
 
Dim instance As DicomGraphicObject
Dim value As Integer
 
instance.CompoundGraphicInstanceId = value
 
value = instance.CompoundGraphicInstanceId
public override int CompoundGraphicInstanceId {get; set;}
 <br/>get_CompoundGraphicInstanceId();<br/>set_CompoundGraphicInstanceId(value);<br/>Object.defineProperty('CompoundGraphicInstanceId'); 
public:
property int CompoundGraphicInstanceId {
   int get() override;
   void set (    int value) override;
}

Property Value

The value of the "Compound Graphic Instance ID" element (0070,0226) under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
Remarks
Including CompoundGraphicInstanceId in the Options causes this optional element to be written on a write operation (i.e. SetGraphicObjectInformation). Excluding CompoundGraphicInstanceId means that this element will not be written. When reading (i.e. GetGraphicObjectInformation), CompoundGraphicInstanceId indicates the presence or absence of the "Compound Graphic Instance ID" element (0070,0226).
Requirements

Target Platforms

See Also

Reference

DicomGraphicObject Class
DicomGraphicObject Members

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features