FindVisit Method

Summary
Finds the visit with the specified admission id.
Syntax
C#
VB
C++
public WCFVisit FindVisit( 
   string admissionID 
) 
  
Public Function FindVisit( _ 
   ByVal admissionID As String _ 
) As WCFVisit 
public: 
WCFVisit^ FindVisit(  
   String^ admissionID 
)  

Parameters

admissionID
Identification number of the visit as assigned by the healthcare provider.

Return Value

The visit if found, null otherwise.

Example

For an example refer to AddVisit

Requirements

Target Platforms

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

Leadtools.Medical.Worklist.Wcf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.