Skip to main content

CommitScanInput

Input for the commitScan mutation.

input CommitScanInput {
clientId: ClientID!
excludedPzns: [String!]
scans: [ScanCodeInput!]!
}

Fields

CommitScanInput.clientId ● ClientID! non-null scalar

ID of the client the medication plan belongs to.

CommitScanInput.excludedPzns ● [String!] list scalar

PZNs the caller chose to exclude after reviewing the preview (e.g. lines flagged MANUAL_REVIEW_BLOCKED that couldn't be resolved). Optional — omit or send empty if nothing was excluded.

CommitScanInput.scans ● [ScanCodeInput!]! non-null input

The same scans previously sent to previewScan.

Member Of

commitScan mutation