LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)
LEAD Technologies, Inc

PerformedProtocolCodeSequence Property






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 List<PerformedProtocolCodeSequence> PerformedProtocolCodeSequence {get; set;}
DataMemberAttribute()
 get_PerformedProtocolCodeSequence();
set_PerformedProtocolCodeSequence(value);
[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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WCFPPSInformation Class
WCFPPSInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.