Liking cljdoc? Tell your friends :D
Clojure only.

com.eldrix.concierge.wales.ab-pas

Integration with the Aneurin Bevan Myrddin web service. See http://abbcwsb.cymru.nhs.uk/ABHBMyrddinWS for the test harness.

Integration with the Aneurin Bevan Myrddin web service. 
See http://abbcwsb.cymru.nhs.uk/ABHBMyrddinWS for the test harness.
raw docstring

fetch-patientclj

(fetch-patient {:keys [_crn _nhs-number _url _proxy-host _proxy-port] :as req})

Fetch a patient using either the CRN or NHS number specified. Parameters:

  • :crn - case record number (AB hospital identifier)
  • :nhs-number - NHS number
  • :url - URL of endpoint to use
  • :proxy-host - proxy server to use, if any
  • :proxy-port - proxy server port, if any.
Fetch a patient using either the CRN or NHS number specified.
Parameters:
- :crn        - case record number (AB hospital identifier)
- :nhs-number - NHS number
- :url        - URL of endpoint to use
- :proxy-host - proxy server to use, if any
- :proxy-port - proxy server port, if any.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close