archivePatient
This mutation archives a patient record.
archivePatient(
patientId: ID!
reason: PatientArchiveReason!
comments: String
): PatientResponsePayload
Arguments
archivePatient.patientId ● ID! non-null scalar
archivePatient.reason ● PatientArchiveReason! non-null enum
archivePatient.comments ● String scalar
Type
PatientResponsePayload object
The response received when querying for patient information.