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

PerformedProtocolCodeSequence Property

Show in webframe





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

            

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

Property Value

Describes the protocol being followed in the procedure step.
Requirements

Target Platforms

See Also

Reference

WCFPPSInformation Class
WCFPPSInformation Members

 

 


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