Optionalconfiguration: ConfigurationRetreive a specific patient record
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a page of audit events related to a particular master record.
Optionalresource: Resource | nullOptionaloperation: AuditOperation | nullOptionalsince: string | nullOptionaluntil: string | nullOptionalpage: number
Page number
Optionalsize: number
Page size
OptionalsortBy: AuditEventAccessEventEnum | nullOptionalorderBy: OrderBy | nullOptionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's cause of death
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's diagnoses
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's lab orders
Optionalpage: number
Page number
Optionalsize: number
Page size
OptionalsortBy: DialysisSessionEnum | nullOptionalorderBy: OrderBy | nullOptionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's document information
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's documents
Optionalpage: number
Page number
Optionalsize: number
Page size
OptionalsortBy: DocumentEnum | nullOptionalorderBy: OrderBy | nullOptionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a particular lab order
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's lab orders
Optionalpage: number
Page number
Optionalsize: number
Page size
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's medications
OptionalsortBy: MedicationEnum | nullOptionalorderBy: OrderBy | nullOptionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a list of messages related to a particular patient record. By default returns message created within the last 365 days.
Optionalsince: string | nullOptionaluntil: string | nullOptionalstatus: string[] | nullOptionalchannel: string[] | nullOptionalpage: number
Page number
Optionalsize: number
Page size
OptionalsortBy: MessageEnum | nullOptionalorderBy: OrderBy | nullOptionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's lab orders
Optionalcode: string[] | nullOptionalpage: number
Page number
Optionalsize: number
Page size
OptionalsortBy: ObservationEnum | nullOptionalorderBy: OrderBy | nullOptionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a minimal representation of the latest file received for the patient, if received within the last year.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's renal diagnoses
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a particular lab result
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's lab orders
OptionalserviceId: string[] | nullOptionalorderId: string[] | nullOptionalsince: string | nullOptionaluntil: string | nullOptionalpage: number
Page number
Optionalsize: number
Page size
OptionalsortBy: ResultItemEnum | nullOptionalorderBy: OrderBy | nullOptionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a list of resultitem services available for a specific patient
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's surveys
OptionalsortBy: SurveyEnum | nullOptionalorderBy: OrderBy | nullOptionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's transplant procedures
OptionalsortBy: TransplantEnum | nullOptionalorderBy: OrderBy | nullOptionaloptions: RawAxiosRequestConfig
Override http request option.
Retreive a specific patient's treatments
OptionalsortBy: TreatmentEnum | nullOptionalorderBy: OrderBy | nullOptionaloptions: RawAxiosRequestConfig
Override http request option.
Delete a specific patient record and all its associated data
OptionaldeletePidRequest: DeletePidRequestOptionaloptions: RawAxiosRequestConfig
Override http request option.
Export a specific patient's data to PKB.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Export a specific patient's data to PKB.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Export a specific patient's data to PV
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Export a specific patient's documents data to PV
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Export a specific patient's test data to PV
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Export a specific patient's data to RaDaR
Optionaloptions: RawAxiosRequestConfig
Override http request option.
Update the demographic data of a given patient record Args: demographics (DemographicUpdateSchema): [description] patient_record (PatientRecord, optional): [description]. Defaults to Depends(_get_patientrecord). mirth (MirthAPI, optional): [description]. Defaults to Depends(get_mirth). redis (Redis, optional): [description]. Defaults to Depends(get_redis). audit (Auditer, optional): [description]. Defaults to Depends(get_auditer). Returns: [type]: [description]
Optionaloptions: RawAxiosRequestConfig
Override http request option.
PatientRecordsApi - functional programming interface