Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu.Queries Namespace > BroadQuery Class : ScheduledProcedureStepStartDate Property |
[ElementAttribute()] public DateRange ScheduledProcedureStepStartDate {get; set;}
'Declaration <ElementAttribute()> Public Property ScheduledProcedureStepStartDate As DateRange
'Usage Dim instance As BroadQuery Dim value As DateRange instance.ScheduledProcedureStepStartDate = value value = instance.ScheduledProcedureStepStartDate
[ElementAttribute()] public: property DateRange^ ScheduledProcedureStepStartDate { DateRange^ get(); void set ( DateRange^ value); }