FindByMPPSSOPInstanceUID Method

Summary

Finds a PatientInfoforUnscheduledPPSRow in the System.Data.DataTable.Rows collection by the MPPS SOP Instance UID value.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public PatientInfoforUnscheduledPPSRow FindByMPPSSOPInstanceUID( 
   string MPPSSOPInstanceUID 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Function FindByMPPSSOPInstanceUID( _ 
   ByVal MPPSSOPInstanceUID As String _ 
) As PatientInfoforUnscheduledPPSRow 
[DebuggerNonUserCodeAttribute()] 
public: 
PatientInfoforUnscheduledPPSRow^ FindByMPPSSOPInstanceUID(  
   String^ MPPSSOPInstanceUID 
)  

Parameters

MPPSSOPInstanceUID
A System.String representing the MPPS SOP Instance UID.

Return Value

The PatientInfoforUnscheduledPPSRow that matches the given MPPSSOPInstanceUID. It returns null if no results are found

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly