←Select platform

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 Leadtools.Dicom.Common.Datatypes.DateRange 
public: 
property Leadtools.Dicom.Common.Datatypes.DateRange^ ScheduledProcedureStepStartDate_Time { 
   Leadtools.Dicom.Common.Datatypes.DateRange^ get(); 
   void set (    Leadtools.Dicom.Common.Datatypes.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly