←Select platform

ReferencedStudySequence Property

Summary

Gets or sets the Referenced Study Sequence.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public List<ReferencedStudySequence> ReferencedStudySequence { get; set; } 
  
<DataMemberAttribute()> 
Public Property ReferencedStudySequence As List(Of ReferencedStudySequence) 
[DataMemberAttribute()] 
public: 
property List<ReferencedStudySequence^>^ ReferencedStudySequence { 
   List<ReferencedStudySequence^>^ get(); 
   void set (    List<ReferencedStudySequence^>^ ); 
} 

Property Value

Uniquely identifies the study that respresents this requested procedure.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly