ProcedureCodeSequence Property

Summary

Gets or sets the Procedure Code Sequence.

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

Property Value

Describes the type of procedure that was performed.

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