←Select platform

FindByItmeOrderNumberMPPSSOPInstanceUID Method

Summary

Finds a PPSRelationshipRow in the System.Data.DataTable.Rows collection by the Itme Order Number and MPPS SOP Instance UID value.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public PPSRelationshipRow FindByItmeOrderNumberMPPSSOPInstanceUID( 
   long ItmeOrderNumber, 
   string MPPSSOPInstanceUID 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Function FindByItmeOrderNumberMPPSSOPInstanceUID( _ 
   ByVal ItmeOrderNumber As Long, _ 
   ByVal MPPSSOPInstanceUID As String _ 
) As Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset.PPSRelationshipRow 
[DebuggerNonUserCodeAttribute()] 
public: 
Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.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 PPSRelationshipRow that matches the given ItmeOrderNumber and MPPSSOPInstanceUID. It returns null if no results are found

Requirements

Target Platforms

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

Leadtools.Medical.Worklist.DataAccessLayer Assembly