LEADTOOLS Medical (Leadtools.Dicom assembly)

GraphicGroupId Property (DicomCompoundGraphic)

Show in webframe







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 override int GraphicGroupId {get; set;}
'Declaration
 
Public Overrides Property GraphicGroupId As Integer
'Usage
 
Dim instance As DicomCompoundGraphic
Dim value As Integer
 
instance.GraphicGroupId = value
 
value = instance.GraphicGroupId
public override int GraphicGroupId {get; set;}

            

            
 
get_GraphicGroupId();
set_GraphicGroupId(value);
Object.defineProperty('GraphicGroupId');
public:
property int GraphicGroupId {
   int get() override;
   void set (    int value) override;
}

Property Value

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".
Remarks
Including DicomAnnotationOptions.GraphicGroupId in the Options causes this optional element to be written on a write operation (i.e. DicomDataSet.SetCompoundGraphicInformation). Excluding DicomAnnotationOptions.GraphicGroupId means that this element will not be written. When reading (i.e. DicomDataSet.GetCompoundGraphicInformation), DicomAnnotationOptions.GraphicGroupId indicates the presence or absence of the "Graphic Group ID" element (0070,0295).
Example
For an example, refer to DicomDataSet.CreateCompoundGraphic.
Requirements

Target Platforms

See Also

Reference

DicomCompoundGraphic Class
DicomCompoundGraphic Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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