←Select platform

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 PerformedProtocolCodeSequenceRow AddPerformedProtocolCodeSequenceRow( 
   PPSInformationRow @parentPPSInformationRowByPPSInformationPerformedProtocolCodeSequence, 
   string CodeValue, 
   string CodingSchemeDesignator, 
   string CodingSchemeVersion, 
   string CodeMeaning 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddPerformedProtocolCodeSequenceRow( _ 
   ByVal parentPPSInformationRowByPPSInformationPerformedProtocolCodeSequence As Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset.PPSInformationRow, _ 
   ByVal CodeValue As String, _ 
   ByVal CodingSchemeDesignator As String, _ 
   ByVal CodingSchemeVersion As String, _ 
   ByVal CodeMeaning As String _ 
) As Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset.PerformedProtocolCodeSequenceRow 
[DebuggerNonUserCodeAttribute()] 
public: 
Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset.PerformedProtocolCodeSequenceRow^ AddPerformedProtocolCodeSequenceRow(  
   Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset.PPSInformationRow^ parentPPSInformationRowByPPSInformationPerformedProtocolCodeSequence, 
   String^ CodeValue, 
   String^ CodingSchemeDesignator, 
   String^ CodingSchemeVersion, 
   String^ CodeMeaning 
)  

Parameters

_parentPPSInformationRowByPPS InformationPerformed ProtocolCode_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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly