The getPatientMap(...) function retrieves a Patient Field Map from the Mckesson Database by passing it a firstName, lastName and birthDate, or a PatientCustomObject.

Syntax:
getPatientMap( birthDate, lastName, firstName );
getPatientMap( 
patientID );
getPatientMap(
patientCustomObject );
patientCustomObject.getPatientMap();

Parameter Description
birthDate A Date value containing the birthDate of the Patient.
lastName A String value containing the last name of the Patient.
firstName A String value containing the first name of the Patient.
patientID A String value containing the patient id of the Patient.