unarchivePatient
This mutation unarchives a patient record.
unarchivePatient(
patientId: ID!
reason: PatientUnarchiveReason
): PatientResponsePayload
Arguments
unarchivePatient.patientId ● ID! non-null scalar
unarchivePatient.reason ● PatientUnarchiveReason enum
Type
PatientResponsePayload object
The response received when querying for patient information.