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

Show in webframe

GraphicGroupId Property (DicomAnnotationObject)








Gets or sets the value of the "Graphic Group ID" element (0070,0295) under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
Syntax
public abstract int GraphicGroupId {get; set;}
'Declaration
 
Public MustOverride Property GraphicGroupId As Integer
'Usage
 
Dim instance As DicomAnnotationObject
Dim value As Integer
 
instance.GraphicGroupId = value
 
value = instance.GraphicGroupId
public abstract int GraphicGroupId {get; set;}
 <br/>get_GraphicGroupId();<br/>set_GraphicGroupId(value);<br/>Object.defineProperty('GraphicGroupId'); 
public:
abstract property int GraphicGroupId {
   int get();
   void set (    int value);
}

Property Value

A value of the "Graphic Group ID" element (0070,0295) under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
Remarks
Including GraphicGroupId in the Options causes this optional element to be written on a write operation (i.e. SetGraphicObjectInformation). Excluding GraphicGroupId means that this element will not be written. When reading (i.e. GetGraphicObjectInformation), GraphicGroupId indicates the presence or absence of the "Graphic Group ID" element (0070,0295).
Example
For an example, refer to CreateCompoundGraphic.
Requirements

Target Platforms

See Also

Reference

DicomAnnotationObject Class
DicomAnnotationObject 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