Skip to content

Commit

Permalink
Add no. treatments and interval to courses
Browse files Browse the repository at this point in the history
Added numberOfTreatments and treatmentInterval to icarMedicineCourseSummaryType
Resolves adewg#219
  • Loading branch information
cookeac committed Jul 15, 2021
1 parent 72c5dfe commit 19730a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions types/icarMedicineCourseSummaryType.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 19730a1

Please sign in to comment.