←Select platform

FindBySeriesInstanceUIDCodeValueCodingSchemeDesignator Method (ReasonForRequestedProcedureCodeSequenceDataTable)

Summary

Finds the row with the given values.

Syntax

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

Parameters

SeriesInstanceUID

The Series Instance UID.

CodeValue

The Code Value.

CodingSchemeDesignator

The Coding Scheme Designator.

Return Value

A ReasonForRequestedProcedureCodeSequenceRow that represents the row.

Remarks

Looks up the table for the given id and returns an instance of the row found, otherwise it returns null.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize