AddPerformedProtocolCodeSequenceRow(PPSInformationRow,string,string,string,string) Method

Summary

Adds a new PerformedProtocolCodeSequenceRow to the System.Data.DataTable.Rows collection.

Syntax
C#
VB
C++
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddPerformedProtocolCodeSequenceRow( _ 
   ByVal _parentPPSInformationRowByPPS_Information_Performed_Protocol_Code_Sequence As PPSInformationRow, _ 
   ByVal CodeValue As String, _ 
   ByVal CodingSchemeDesignator As String, _ 
   ByVal CodingSchemeVersion As String, _ 
   ByVal CodeMeaning As String _ 
) As PerformedProtocolCodeSequenceRow 
[DebuggerNonUserCodeAttribute()] 
public: 
PerformedProtocolCodeSequenceRow^ AddPerformedProtocolCodeSequenceRow(  
   PPSInformationRow^ _parentPPSInformationRowByPPS_Information_Performed_Protocol_Code_Sequence, 
   String^ CodeValue, 
   String^ CodingSchemeDesignator, 
   String^ CodingSchemeVersion, 
   String^ CodeMeaning 
)  

Parameters

parentPPSInformationRowByPPS_Information_Performed_Protocol_Code_Sequence
The parent PPS (Performed Procedure Step) Information Row.

CodeValue
A System.String representing the Code Value.

CodingSchemeDesignator
A System.String representing the Coding Scheme Designator.

CodingSchemeVersion
A System.String representing the Coding Scheme Version.

CodeMeaning
A System.String representing the Code Meaning.

Return Value

The PerformedProtocolCodeSequenceRow which is added to the System.Data.DataTable.Rows collection.

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.DataAccessLayer Assembly