←Select platform

AddReasonForRequestedProcedureCodeSequenceRow(string,string,string,string,string) Method

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public ReasonForRequestedProcedureCodeSequenceRow AddReasonForRequestedProcedureCodeSequenceRow( 
   string SeriesInstanceUID, 
   string CodeValue, 
   string CodingSchemeDesignator, 
   string CodeMeaning, 
   string CodingSchemeVersion 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function AddReasonForRequestedProcedureCodeSequenceRow( 
   ByVal SeriesInstanceUID As String, 
   ByVal CodeValue As String, 
   ByVal CodingSchemeDesignator As String, 
   ByVal CodeMeaning As String, 
   ByVal CodingSchemeVersion As String 
) As ReasonForRequestedProcedureCodeSequenceRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   ReasonForRequestedProcedureCodeSequenceRow^ AddReasonForRequestedProcedureCodeSequenceRow( 
      String^ SeriesInstanceUID, 
      String^ CodeValue, 
      String^ CodingSchemeDesignator, 
      String^ CodeMeaning, 
      String^ CodingSchemeVersion 
   ) 

Parameters

SeriesInstanceUID

The value of the Series Instance UID column.

CodeValue

The value of the Code Value column.

CodingSchemeDesignator

The value of the Coding Scheme Designator column.

CodeMeaning

The value of the Code Meaning column.

CodingSchemeVersion

The value of the Coding Scheme Version column.

Return Value

A ReasonForRequestedProcedureCodeSequenceRow that represents the newly added row.

Remarks

This will append a new row to the table.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly