Changes between Version 1 and Version 2 of PMI Lookup
- Timestamp:
- 07/29/11 13:51:18 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PMI Lookup
v1 v2 1 1 == PMI Lookup == 2 2 3 The Patient Master Index Lookup is a web service which - given an s-Number - retrieves basic demographic data on a patient from the UHLT's patient master index via a JDBC connection and returns the information in a serialized version of the Onyx Participant Java object (org.obiba.onyx.core.domain.participant.Participant). 3 === Outline === 4 The Patient Master Index Lookup is a web service which - given a patient's s-Number - retrieves basic demographic data from the UHLT's patient master index via a JDBC connection and returns the information in a serialized version of the Onyx Participant Java object (org.obiba.onyx.core.domain.participant.Participant). 4 5 6 Note, this implies the client (or invoker) of this service is written in Java and knows about the Onyx Participant object. So, this is a fairly restrictive web service! A more generalized access method would entail redevelopment using XML as the medium rather than a serialized Java object. 7 8 === Configuration === 9 Configuration takes into account possible differing database requirements. During development, this aspect is managed within the maven project structure but eventually - on deployment - gets placed within the webapp/WEB-INF/patient-lookup-ws-data.xml file. This is something administrators should be aware of. This file needs to be edited before a system is workable. It needs to be held within a secure environment. 10