Skip to main content

updatePatientAttribute

This mutation is for updating a patient attribute.

updatePatientAttribute(
patientId: ID!
attributeId: ID!
attributeData: UpdateCustomAttributeData!
): PatientResponsePayload

Arguments

updatePatientAttribute.patientId ● ID! non-null scalar

updatePatientAttribute.attributeId ● ID! non-null scalar

updatePatientAttribute.attributeData ● UpdateCustomAttributeData! non-null input

Type

PatientResponsePayload object

The response received when querying for patient information.