PPSRelationShip Property

Summary

Gets or sets the PPS relationship.

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

Property Value

Additional information that relates to the Performed Procedure Step.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly