C#
VB
C++
Updates the visit with the specified admission id.
public void UpdateVisit(
string admissionID,
WCFVisit visit
)
admissionID
The original identification number of the visit as assigned by the healthcare provider.
visit
The visit to update.
For an example refer to AddVisit