C#
VB
C++
Gets or sets the date and time on which the Hanging Protocol was created. (Mandatory).
[Element(DicomTag.HangingProtocolCreationDateTime)]
public Nullable<DateTime> HangingProtocolCreationDateTime { get; set; }
<ElementAttribute(7471114)>
Public Property HangingProtocolCreationDateTime() As System.Nullable(Of Date)
Get
Set
public:
[ElementAttribute(7471114)]
property System::Nullable<System::DateTime> HangingProtocolCreationDateTime
{
System::Nullable<System::DateTime> get()
void set(System::Nullable<System::DateTime> value)
}
The date and time on which the Hanging Protocol was created.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET