DeleteVisit Method
Summary
Deletes the visit with the specified admission id.
Syntax
Public Sub DeleteVisit( _
ByVal admissionID As String _
)
Parameters
admissionID
Identification number of the visit as assigned by the healthcare provider.
Example
For an example refer to AddVisit