ScheduledProcedureStepStartDate_Time Property

Summary

Gets or sets the Scheduled Procedure Step Start Date Time.

Syntax
C#
VB
C++
[EntityElementAttribute()] 
[DataMemberAttribute()] 
public DateRange ScheduledProcedureStepStartDate_Time { get; set; } 
  
Public Property ScheduledProcedureStepStartDate_Time As DateRange 
public: 
property DateRange^ ScheduledProcedureStepStartDate_Time { 
   DateRange^ get(); 
   void set (    DateRange^ ); 
} 

Property Value

The Scheduled Procedure Step Start Date Time to match against.

Remarks

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

Set the Leadtools.Dicom.Common.DataTypes.DateRange.StartDate to null to search for all results until the given Leadtools.Dicom.Common.DataTypes.DateRange.EndDate.

Set the Leadtools.Dicom.Common.DataTypes.DateRange.EndDate to null to search for all results starting from the given Leadtools.Dicom.Common.DataTypes.DateRange.StartDate.

Requirements

Target Platforms

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

Leadtools.Medical.Worklist.DataAccessLayer Assembly