Skip to content

Commit

Permalink
Initial Commit (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-odhiambo authored Jul 16, 2024
1 parent 3551e6a commit f931d85
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ class TransformSupportServices constructor(private val simpleWorkerContext: Simp
"Task_Output" -> Task.TaskOutputComponent()
"Task_Restriction" -> Task.TaskRestrictionComponent()
"AdverseEvent_SuspectEntity" -> AdverseEvent.AdverseEventSuspectEntityComponent()
"AdverseEvent_SuspectEntityCausality" ->
AdverseEvent.AdverseEventSuspectEntityCausalityComponent()
"Location_Position" -> Location.LocationPositionComponent()
"List_Entry" -> ListResource.ListEntryComponent()
else -> ResourceFactory.createResourceOrType(name)
Expand Down

0 comments on commit f931d85

Please sign in to comment.