PerformedProcedureStepStartTime Property

Summary
Gets or sets the Performed Procedure Step Start Time.
Syntax
C#
VB
C++
[EntityElementAttribute()] 
[DataMemberAttribute()] 
public Nullable<DicomTimeRangeValue> PerformedProcedureStepStartTime { get; set; } 
  
Public Property PerformedProcedureStepStartTime As Nullable(Of DicomTimeRangeValue) 
public: 
property Nullable<DicomTimeRangeValue> PerformedProcedureStepStartTime { 
   Nullable<DicomTimeRangeValue> get(); 
   void set (    Nullable<DicomTimeRangeValue> ); 
} 

Property Value

A Nullable Leadtools.Dicom.DicomTimeRangeValue representing the Performed Procedure Step Start Time to match against.

Remarks

Set this value to null to ignore this field for all matchings

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.