C#
VB
C++
Gets or sets the Performed Procedure Step End Time.
[EntityElementAttribute()]
[DataMemberAttribute()]
public Nullable<DicomTimeRangeValue> PerformedProcedureStepEndTime { get; set; }
Public Property PerformedProcedureStepEndTime As Nullable(Of DicomTimeRangeValue)
public:
property Nullable<DicomTimeRangeValue> PerformedProcedureStepEndTime {
Nullable<DicomTimeRangeValue> get();
void set ( Nullable<DicomTimeRangeValue> );
}
A Nullable Leadtools.Dicom.DicomTimeRangeValue representing the Performed Procedure Step End Time to match against.
Set this value to null to ignore this field for all matchings
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