C#
VB
C++
Gets the performed procedure step start time.
[Element(DicomTag.PerformedProcedureStepStartTime)]
public Nullable<Time> PerfProcStepStartTime { get; set; }
Public Property PerfProcStepStartTime As Nullable(Of Time)
public:
property Nullable<Time> PerfProcStepStartTime {
Nullable<Time> get();
void set ( Nullable<Time> );
}
Time on which the Performed Procedure Step started.
For an example refer to QueryRetrieveScu.Find
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