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

ReferencedImageSequence Property

Show in webframe





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

            

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

Property Value

A list of composite SOP instances created during the Performed 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.