HangingProtocolName Property (original) (raw)
Summary
Gets or sets the Hanging Protocol Name (Mandatory).
Syntax
[Element(DicomTag.HangingProtocolName)]
[DataMemberAttribute()]
public string HangingProtocolName { get; set; }
public:
[ElementAttribute((gcnew DicomTag::HangingProtocolName())),
DataMemberAttribute]
property String^ HangingProtocolName
{
String^ get()
void set(String^ value)
}
Property Value
The Hanging Protocol Name.
Remarks
The HangingProtocolName is a brief description of the hanging protocol.
Leadtools.Dicom.Common Assembly