RequestAttributes property (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long RequestAttributes (long lIndex);

Overview

Refer to Working with DICOM Network Connections

Remarks

(Medical Imaging Suite only) Gets or sets the Request Attribute at the specified index.

This property is the list of element tags that you wish to retrieve from the called AE using the SendNGetRequest method.

When the NetReceiveNGetRequest event is generated, the RequestAttributes array property is updated with the attribute list sent by the calling AE.

See Also

Elements:

RequestAttributeCount property, SendNGetRequest method, SendNGetResponse method, NetReceiveNGetRequest event, NetReceiveNGetResponse event

Topics:

DICOM Network Connection: Sending Data Messages