←Select platform

CompoundGraphicInstanceId Property

Summary

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
C#
VB
C++
public override int CompoundGraphicInstanceId { get; set; } 
Public Overrides Property CompoundGraphicInstanceId As Integer 
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

For the "Compound Graphic Sequence" (0070,0209), the "Compound Graphic Instance ID" element (0070,0226) is mandatory, so including or excluding the CompoundGraphicInstanceId in the Options has no effect on read GetCompoundGraphicInformation or write GetCompoundGraphicInformation operations.

Example

For an example, refer to CreateCompoundGraphic.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly