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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly