UpdateClinicalReportGovernanceInput
No description
input UpdateClinicalReportGovernanceInput {
status: ClinicalReportGovernanceStatus
locked: Boolean
comment: String
reviewerIdentifier: String
}
Fields
UpdateClinicalReportGovernanceInput.status ● ClinicalReportGovernanceStatus enum
Governed workflow status. Omit when only updating locked state.
UpdateClinicalReportGovernanceInput.locked ● Boolean scalar
When false, unlocks the report for editing. When true, locks the report.
UpdateClinicalReportGovernanceInput.comment ● String scalar
Governance feedback comment shown to the submitting clinician.
UpdateClinicalReportGovernanceInput.reviewerIdentifier ● String scalar
External reviewer identifier recorded for audit purposes.
Member Of
updateClinicalReportGovernance mutation