LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)

ScheduledStationName Property

Show in webframe





Gets or sets the name of the Scheduled Station.
Syntax
[DataMemberAttribute()]
public List<string> ScheduledStationName {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property ScheduledStationName As List(Of String)
'Usage
 
Dim instance As WCFScheduledProcedureStep
Dim value As List(Of String)
 
instance.ScheduledStationName = value
 
value = instance.ScheduledStationName

            

            
[DataMemberAttribute()]
public:
property List<String^>^ ScheduledStationName {
   List<String^>^ get();
   void set (    List<String^>^ value);
}

Property Value

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

Target Platforms

See Also

Reference

WCFScheduledProcedureStep Class
WCFScheduledProcedureStep Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.