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

ReferencedStudySequence Property

Show in webframe





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:
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

See Also

Reference

WCFRequestedProcedure Class
WCFRequestedProcedure Members

 

 


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