Liking cljdoc? Tell your friends :D

doccla.oth-client.clinician.api.patients.patients


create-patientclj

(create-patient opts patient)

Create a new patient.

Create a new patient.
raw docstring

get-patientclj

(get-patient opts id)

Retrieve a specific patient.

Retrieve a specific patient.
raw docstring

get-patient-id-by-urlclj

(get-patient-id-by-url url)

insert-updatesclj

(insert-updates patient updates)

Given a patient response (i.e. a map conforming to patent-schema-read) and a set of updates (i.e. a map conforming to patient-schema-update) returns a new map that satisfies the patient/{id}/PUT endpoint.

Given a patient response (i.e. a map conforming to patent-schema-read)
and a set of updates (i.e. a map conforming to patient-schema-update)
returns a new map that satisfies the patient/{id}/PUT endpoint.
raw docstring

patient-group-schemaclj


patient-schema-baseclj


patient-schema-createclj


patient-schema-create-respclj


patient-schema-readclj


patient-schema-updateclj


patient-status-schemaclj


relative-schema-baseclj


relative-schema-createclj


relative-schema-readclj


update-patientclj

(update-patient opts id updates)

Update an existing patient. Differs slightly from the OTH API in that it supports partial updates rather than wholesale replacement of every value. N.B. Patient groups and relatives will be replaced wholesale if provided.

Update an existing patient. Differs slightly from the OTH API in that
it supports partial updates rather than wholesale replacement of every value.
N.B. Patient groups and relatives will be replaced wholesale if provided.
raw docstring

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

× close