HangingProtocolCreationDateTime Property (original) (raw)
Summary
Gets or sets the date and time on which the Hanging Protocol was created. (Mandatory).
Syntax
[Element(DicomTag.HangingProtocolCreationDateTime)]
public Nullable<DateTime> HangingProtocolCreationDateTime { get; set; }
public:
[ElementAttribute(7471114)]
property System::Nullable<System::DateTime> HangingProtocolCreationDateTime
{
System::Nullable<System::DateTime> get()
void set(System::Nullable<System::DateTime> value)
}
Property Value
The date and time on which the Hanging Protocol was created.
Leadtools.Dicom.Common Assembly