←Select platform

AttributeIdentifierList Property

Summary

The Attribute Identifier List (0000,1005), of the original DIMSE request.

Syntax
C#
VB
C++
[Element(DicomTag.AttributeIdentifierList)] 
public List<long> AttributeIdentifierList {get; set;} 
<ElementAttribute(New DicomTag.AttributeIdentifierList())>  
Public Property AttributeIdentifierList() As List(Of Long) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::AttributeIdentifierList()))] 
   property List<Int64>^ AttributeIdentifierList 
   { 
      List<Int64>^ get() 
      void set(List<Int64>^ value) 
   } 

Property Value

The Attribute Identifier List (0000,1005), of the original DIMSE request.

Remarks

This optional field contains a list of Attribute Tag for each Attribute that was not recognized.

Example

For an example, refer to StatusFailureMissingAttribute.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.