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

ReferencedStudySequence Property






Gets or sets the Referenced Study Sequence.
Syntax
[DataMemberAttribute()]
public List<ReferencedStudySequence> ReferencedStudySequence {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property ReferencedStudySequence As List(Of ReferencedStudySequence)
'Usage
 
Dim instance As WCFRequestedProcedure
Dim value As List(Of ReferencedStudySequence)
 
instance.ReferencedStudySequence = value
 
value = instance.ReferencedStudySequence
[DataMemberAttribute()]
public List<ReferencedStudySequence> ReferencedStudySequence {get; set;}
DataMemberAttribute()
 get_ReferencedStudySequence();
set_ReferencedStudySequence(value);
[DataMemberAttribute()]
public:
property List<ReferencedStudySequence^>^ ReferencedStudySequence {
   List<ReferencedStudySequence^>^ get();
   void set (    List<ReferencedStudySequence^>^ value);
}

Property Value

Uniquely identifies the study that respresents this requested procedure.
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

WCFRequestedProcedure Class
WCFRequestedProcedure Members

 

 


Products | Support | Contact Us | Copyright Notices

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