Skip to content

Commit

Permalink
Fix bug, should be a list of administrations
Browse files Browse the repository at this point in the history
  • Loading branch information
daveih committed Dec 20, 2023
1 parent 2e28461 commit fcbac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/study_intervention.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class StudyIntervention(ApiBaseModelWithIdNameLabelAndDesc):
type: Code
minimumResponseDuration: Quantity
codes: List[Code] = []
administrations: AgentAdministration
administrations: List[AgentAdministration]
productDesignation: Code
pharmacologicClass: Code
instanceType: Literal['StudyIntervention'] = 'StudyIntervention'

0 comments on commit fcbac16

Please sign in to comment.