main.qldb_interfaceΒΆ

Application-wide functions for interfacing with AWS QLDB.

Functions

create_new_patient(patient)

Create a new, blank patient record.

create_new_patient_encounter(patient_encounter)

Create a new, blank patient record.

create_tables()

get_all_patient_encounters()

Retrieve all patient data

get_all_patients()

Retrieve all patient data

update_patient(patient)

Update a patient with the provided dataset.

update_patient_encounter(patient_encounter)