LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
FindByItmeOrderNumberMPPSSOPInstanceUID Method
See Also 
Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace > MPPSDataset.PPSRelationshipDataTable Class : FindByItmeOrderNumberMPPSSOPInstanceUID Method



ItmeOrderNumber
The Itme Order Number.
MPPSSOPInstanceUID
A System.String representing the MPPS SOP Instance UID.
ItmeOrderNumber
The Itme Order Number.
MPPSSOPInstanceUID
A System.String representing the MPPS SOP Instance UID.
Finds a MPPSDataset.PPSRelationshipRow in the System.Data.DataTable.Rows collection by the Itme Order Number and MPPS SOP Instance UID value.

Syntax

Visual Basic (Declaration) 
<DebuggerNonUserCodeAttribute()>
Public Function FindByItmeOrderNumberMPPSSOPInstanceUID( _
   ByVal ItmeOrderNumber As Long, _
   ByVal MPPSSOPInstanceUID As String _
) As MPPSDataset.PPSRelationshipRow
Visual Basic (Usage)Copy Code
Dim instance As MPPSDataset.PPSRelationshipDataTable
Dim ItmeOrderNumber As Long
Dim MPPSSOPInstanceUID As String
Dim value As MPPSDataset.PPSRelationshipRow
 
value = instance.FindByItmeOrderNumberMPPSSOPInstanceUID(ItmeOrderNumber, MPPSSOPInstanceUID)
C# 
[DebuggerNonUserCodeAttribute()]
public MPPSDataset.PPSRelationshipRow FindByItmeOrderNumberMPPSSOPInstanceUID( 
   long ItmeOrderNumber,
   string MPPSSOPInstanceUID
)
C++/CLI 
[DebuggerNonUserCodeAttribute()]
public:
MPPSDataset.PPSRelationshipRow^ FindByItmeOrderNumberMPPSSOPInstanceUID( 
   int64 ItmeOrderNumber,
   String^ MPPSSOPInstanceUID
) 

Parameters

ItmeOrderNumber
The Itme Order Number.
MPPSSOPInstanceUID
A System.String representing the MPPS SOP Instance UID.

Return Value

The MPPSDataset.PPSRelationshipRow that matches the given ItmeOrderNumber and MPPSSOPInstanceUID. It returns 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.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features