LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
FindByStudyInstanceUIDCodeValueCodingSchemaDesignator Method
See Also 
Leadtools.Medical.Storage.DataAccessLayer Namespace > CompositeInstanceDataSet.ProcedureCodeSequenceDataTable Class : FindByStudyInstanceUIDCodeValueCodingSchemaDesignator Method



StudyInstanceUID
A System.String representing the Study Instance UID.
CodeValue
A System.String representing the Code Value.
CodingSchemaDesignator
A System.String representing the Coding Schema Designator.
StudyInstanceUID
A System.String representing the Study Instance UID.
CodeValue
A System.String representing the Code Value.
CodingSchemaDesignator
A System.String representing the Coding Schema Designator.
Finds a CompositeInstanceDataSet.ProcedureCodeSequenceRow in the System.Data.DataTable.Rows collection by the Study Instance UID and Code Value and Coding Schema Designator value.

Syntax

Visual Basic (Declaration) 
<DebuggerNonUserCodeAttribute()>
Public Function FindByStudyInstanceUIDCodeValueCodingSchemaDesignator( _
   ByVal StudyInstanceUID As String, _
   ByVal CodeValue As String, _
   ByVal CodingSchemaDesignator As String _
) As CompositeInstanceDataSet.ProcedureCodeSequenceRow
Visual Basic (Usage)Copy Code
Dim instance As CompositeInstanceDataSet.ProcedureCodeSequenceDataTable
Dim StudyInstanceUID As String
Dim CodeValue As String
Dim CodingSchemaDesignator As String
Dim value As CompositeInstanceDataSet.ProcedureCodeSequenceRow
 
value = instance.FindByStudyInstanceUIDCodeValueCodingSchemaDesignator(StudyInstanceUID, CodeValue, CodingSchemaDesignator)
C# 
[DebuggerNonUserCodeAttribute()]
public CompositeInstanceDataSet.ProcedureCodeSequenceRow FindByStudyInstanceUIDCodeValueCodingSchemaDesignator( 
   string StudyInstanceUID,
   string CodeValue,
   string CodingSchemaDesignator
)
C++/CLI 
[DebuggerNonUserCodeAttribute()]
public:
CompositeInstanceDataSet.ProcedureCodeSequenceRow^ FindByStudyInstanceUIDCodeValueCodingSchemaDesignator( 
   String^ StudyInstanceUID,
   String^ CodeValue,
   String^ CodingSchemaDesignator
) 

Parameters

StudyInstanceUID
A System.String representing the Study Instance UID.
CodeValue
A System.String representing the Code Value.
CodingSchemaDesignator
A System.String representing the Coding Schema Designator.

Return Value

The CompositeInstanceDataSet.ProcedureCodeSequenceRow that matches the given StudyInstanceUID and CodeValue and CodingSchemaDesignator. It will return null if no results are found.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features