This endpoint will return all the system users and display in a table. use this when you want to verify
a user id and use that to return a json object of the user
/v1/clients/{client_id}
to return a json object of a specified client, this route will require that you provide
the id of the client. it will return the client's demographic information.
/clients/hiv-screening/{client_id}
return the most recent hiv screening information of a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/sti-screening/{client_id}
return the most recent syphilis screening information of a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/tb-screening/{client_id}
return the most recent tb screening information of a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/symptoms/{client_id}
return the most recent hiv screening information of a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/tbcheck/{client_id}
return the most recent tb symptomatic check information of a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/hiv-risk/{client_id}
return the most recent hiv screening information of a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/hiv-contacts/{client_id}
return the contact listed by a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/antenatal-contacts/{client_id}
return the sexual contact listed by the an antenatal client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/risk-reduction/{client_id}
return the most recent risk reduction information of a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/prep-pep/{client_id}
return the most recent referal information for prevention service of a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/pmtct-refer/{client_id}
returns the PMTCT referal information for a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/pmtct-care/{client_id}
return the most recent pmtct registration information of a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/other-screen/{client_id}
return other recorded scrrening information of a client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.
/clients/infant_reg/{client_id}
return the registration information of an exposed client.
This route will require that you provide
the id of the client. It will return the most recent screening information of the client.