- _parentPPSInformationRowByPPS_Information_Procedure_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.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddProcedureCodeSequenceRow( _ ByVal _parentPPSInformationRowByPPS_Information_Procedure_Code_Sequence As MPPSDataset.PPSInformationRow, _ ByVal CodeValue As String, _ ByVal CodingSchemeDesignator As String, _ ByVal CodingSchemeVersion As String, _ ByVal CodeMeaning As String _ ) As MPPSDataset.ProcedureCodeSequenceRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MPPSDataset.ProcedureCodeSequenceDataTable Dim _parentPPSInformationRowByPPS_Information_Procedure_Code_Sequence As MPPSDataset.PPSInformationRow Dim CodeValue As String Dim CodingSchemeDesignator As String Dim CodingSchemeVersion As String Dim CodeMeaning As String Dim value As MPPSDataset.ProcedureCodeSequenceRow value = instance.AddProcedureCodeSequenceRow(_parentPPSInformationRowByPPS_Information_Procedure_Code_Sequence, CodeValue, CodingSchemeDesignator, CodingSchemeVersion, CodeMeaning) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: MPPSDataset.ProcedureCodeSequenceRow^ AddProcedureCodeSequenceRow( MPPSDataset.PPSInformationRow^ _parentPPSInformationRowByPPS_Information_Procedure_Code_Sequence, String^ CodeValue, String^ CodingSchemeDesignator, String^ CodingSchemeVersion, String^ CodeMeaning ) |
Parameters
- _parentPPSInformationRowByPPS_Information_Procedure_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 MPPSDataset.ProcedureCodeSequenceRow which is added to the System.Data.DataTable.Rows collection.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7