From 19730a1a39dc6299853cd98a9c8266a682b8aa27 Mon Sep 17 00:00:00 2001 From: Andrew Cooke <45248509+cookeac@users.noreply.github.com> Date: Thu, 15 Jul 2021 18:14:31 +1200 Subject: [PATCH] Add no. treatments and interval to courses Added numberOfTreatments and treatmentInterval to icarMedicineCourseSummaryType Resolves #219 --- types/icarMedicineCourseSummaryType.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/types/icarMedicineCourseSummaryType.json b/types/icarMedicineCourseSummaryType.json index 0d23a97..55d21e0 100644 --- a/types/icarMedicineCourseSummaryType.json +++ b/types/icarMedicineCourseSummaryType.json @@ -32,6 +32,17 @@ "$ref": "../types/icarMedicineDoseType.json", "description": "Total dose proposed or administered." }, + "numberOfTreatments": { + "type": "number", + "description": "The number of treatments included in the course.", + "nullable": true + }, + "treatmentInterval": { + "type": "number", + "format": "double", + "description": "The interval between treatments specified in HOURS.", + "nullable": true + }, "batches": { "type": "array", "items": {