C#
VB
C++
Gets or sets the creation date.
[Element(DicomTag.CreationDate)]
public Nullable<DateTime> CreateDate { get; set; }
Public Property CreateDate As Nullable(Of Date)
public:
property Nullable<DateTime> CreateDate {
Nullable<DateTime> get();
void set ( Nullable<DateTime> );
}
The creation date.
For an example refer to QueryRetrieveScu.Move(DicomScp, string, string, string,string).
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