ScheduledStationName Property

Summary

Gets or sets the name of the Scheduled Station.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public List<string> ScheduledStationName { get; set; } 
  
<DataMemberAttribute()> 
Public Property ScheduledStationName As List(Of String) 
[DataMemberAttribute()] 
public: 
property List<String^>^ ScheduledStationName { 
   List<String^>^ get(); 
   void set (    List<String^>^ ); 
} 

Property Value

The institution-defined name for the modality where the scheduled procedure step is scheduled to be performed.

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.Wcf Assembly