←Select platform

HangingProtocolCreationDateTime Property

Summary

Gets or sets the date and time on which the Hanging Protocol was created. (Mandatory).

Syntax

C#
VB
C++
[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) 
   } 

Property Value

The date and time on which the Hanging Protocol was created.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly