HangingProtocolDescription Property (original) (raw)
Summary
Gets or sets the Hanging Protocol Description (Mandatory).
Syntax
[Element(DicomTag.HangingProtocolDescription)]
[DataMemberAttribute()]
public string HangingProtocolDescription { get; set; }
public:
[ElementAttribute(7471108),
DataMemberAttribute]
property String^ HangingProtocolDescription
{
String^ get()
void set(String^ value)
}
Property Value
The Hanging Protocol Description.
Remarks
The HangingProtocolDescription is an explanation of the objective or intent of the Hanging Protocol.
Leadtools.Dicom.Common Assembly