SOP Class to which images should be coerced if peer does not accept true SOP
class
public System.string CoercionSOP {get; set;}
public read-write property CoercionSOP: System.String;
public function get,set CoercionSOP : System.String
public: __property System.string* get_CoercionSOP();
public: __property void set_CoercionSOP(
System.string* value
);
public:
property System.String^ CoercionSOP {
System.String^ get();
void set ( System.String^ value);
}
'Declaration
Public Property CoercionSOP As System.String
'Usage
Dim instance As DicomAssociation
Dim value As System.String
instance.CoercionSOP = value
value = instance.CoercionSOP
Target Platforms: .NET CLR 4.8 or higher