←Select platform

AffectedSOPInstanceUID Property

Summary

Gets or sets the Affected SOP Instance UID (0000,1000) of the original DIMSE request.

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

Property Value

The Affected SOP Instance UID (0000,1000) of the original DIMSE request.

Remarks

This optional field contains the ID of the SOP Instance for which an argument value was in error.

Example

For an example, refer to [StatusFailureInvalidArgumentValue].

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.