Login    Sites MenuBlueStep

BlueStep Platform Support

RelateScript
Outline full outline 
Overview 
Data Types 
Operators 
Statements 
Functions 
Data Conversion 
String Functions 
HTML/CSS/JavaScript 
Array Functions 
Date/Time Functions 
Mathematical Functions 
Advanced Functions 
Restricted Functions 
clearCache()
B.clearCache
 
clearLock(...)
B.clearLock
 
End Point request/response
B.request,B.response
 
executeQuery(...)
B.executeQuery
 
logKeyword(...) 
Mckesson Functions 
getActivePatients(...) 
getDispensesByRX(...) 
getDispensesByDate(...) 
getFieldByID(...) 
getDispense(...) 
getDispenseMap(...) 
getPatientMap(...) 
prepareLookup(...) 
setBioImage() 
storeString(...) 
storeURL(...) 
Web Services 
Working with Relate Data 
How Formulas Work 
Related Topics 

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.