PresStateAttributes property (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

IDicomPresStateAttributes* PresStateAttributes

Overview

Refer to Working with DICOM Annotations

Remarks

(Read-only) The PresStateAttributes property specifies the attributes that describe the "Presentation State Module".

When the GetPresStateAttributes method is called to retrieve the attributes of the "Presentation State Module", the various properties specified by the PresStateAttributes property are updated with the retrieved values.

When setting the attributes of the "Presentation State Module", the properties specified by the PresStateAttributes property should be set to the desired values before calling the SetPresStateAttributes method.

The following properties are specified by the PresStateAttributes property:

InstanceNumber property

PresLabel property

PresDescription property

PresCreationDate property

PresCreationTime property

PresCreatorName property

These properties are based on the attributes of the "Presentation State Module". For more information, refer to the "Presentation State Module Attributes" in the DICOM standard.

See Also

Elements:

GetPresStateAttributes method, SetPresStateAttributes method

Topics:

ILEADDicomDS Interface, IDicomPresStateAttributes Interface

 

Dicom Annotations: Presentation State Module