LEADTOOLS Medical (Leadtools.Dicom assembly)

CompoundGraphicInstanceId Property (DicomAnnotationObject)

Show in webframe







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 abstract int CompoundGraphicInstanceId {get; set;}
'Declaration
 
Public MustOverride Property CompoundGraphicInstanceId As Integer
'Usage
 
Dim instance As DicomAnnotationObject
Dim value As Integer
 
instance.CompoundGraphicInstanceId = value
 
value = instance.CompoundGraphicInstanceId
public abstract int CompoundGraphicInstanceId {get; set;}

            

            
 
get_CompoundGraphicInstanceId();
set_CompoundGraphicInstanceId(value);
Object.defineProperty('CompoundGraphicInstanceId');
public:
abstract property int CompoundGraphicInstanceId {
   int get();
   void set (    int value);
}

Property Value

A 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 DicomAnnotationOptions.CompoundGraphicInstanceId in the Options causes this optional element to be written on a write operation (i.e. DicomDataSet.SetGraphicObjectInformation). Excluding DicomAnnotationOptions.CompoundGraphicInstanceId means that this element will not be written. When reading (i.e. DicomDataSet.GetGraphicObjectInformation), DicomAnnotationOptions.CompoundGraphicInstanceId indicates the presence or absence of the "Compound Graphic Instance ID" element (0070,0226).
Example
For an example, refer to DicomDataSet.CreateCompoundGraphic.
Requirements

Target Platforms

See Also

Reference

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