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

ScheduledProtocolCodeSequence Property

Show in webframe





Gets or sets the Scheduled Protocol Code Sequence.
Syntax
[DataMemberAttribute()]
public List<ScheduledProtocolCodeSequence> ScheduledProtocolCodeSequence {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property ScheduledProtocolCodeSequence As List(Of ScheduledProtocolCodeSequence)
'Usage
 
Dim instance As WCFScheduledProcedureStep
Dim value As List(Of ScheduledProtocolCodeSequence)
 
instance.ScheduledProtocolCodeSequence = value
 
value = instance.ScheduledProtocolCodeSequence

            

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

Property Value

Describes the scheduled protocol, following a specific coding scheme.
Requirements

Target Platforms

See Also

Reference

WCFScheduledProcedureStep Class
WCFScheduledProcedureStep Members

 

 


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