This searches the New Zealand whitepages to find the telephone number for a patient. It is called by the Firefox icon on the patient's "Contact & Portal" details.
nameinit = find(/NameInitial: (.*)/).groups[1];
town = find(/Town: (.*)/).groups[1];
city = find(/City: (.*)/).groups[1];
with(openTab('http://www.whitepages.co.nz/', true)) {
enter("Name",nameinit)
enter("Location",town)
pick(city)
click("Search")
}
Graham Chiu
Beta Downloads and Documentation Wiki
Developer Forum