←Select platform

AffectedSOPClassUID Property

Summary

The Affected SOP Class UID (0000,0002) of the original DIMSE request.

Syntax
C#
VB
C++
[Element(DicomTag.AffectedSOPClassUID)] 
public string AffectedSOPClassUID {get; set;} 
<ElementAttribute(New DicomTag.AffectedSOPClassUID())>  
Public Property AffectedSOPClassUID() As String 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::AffectedSOPClassUID()))] 
   property String^ AffectedSOPClassUID 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Affected SOP Class UID (0000,0002) of the original DIMSE request.

Remarks

This optional field shall optionally contain the SOP Class UID for which the argument does not exist.

Example

For an example, refer to StatusFailureNoSuchArgument.

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.