Skip to main content

ApprovalInput

Input type containing the data of an approval of a given prescription.

input ApprovalInput {
approvalNumber: String
approvedOn: Date
comment: String
receivedOn: Date
requestedOn: Date
}

Fields

ApprovalInput.approvalNumber ● String scalar

The number of the current approval

ApprovalInput.approvedOn ● Date scalar

The date on which the prescription is approved

ApprovalInput.comment ● String scalar

Comment on the current approval

ApprovalInput.receivedOn ● Date scalar

The date on which the approval is received

ApprovalInput.requestedOn ● Date scalar

The date on which the approval is requested

Member Of

ApprovePrescriptionInput input ● UpdatePrescriptionInput input