Skip to content

Commit

Permalink
Update Consent backbone elements
Browse files Browse the repository at this point in the history
  • Loading branch information
qiarie committed Oct 17, 2024
1 parent 499c723 commit 7851fe0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class TransformSupportServices(val simpleWorkerContext: SimpleWorkerContext) :
AdverseEvent.AdverseEventSuspectEntityCausalityComponent()
"Location_Position" -> Location.LocationPositionComponent()
"List_Entry" -> ListResource.ListEntryComponent()
"Consent_PolicyRule" -> Consent.ConsentPolicyComponent()
"Consent_Policy" -> Consent.ConsentPolicyComponent()
"Consent_Verification" -> Consent.ConsentVerificationComponent()
"Consent_Provision" -> Consent.provisionComponent()
"Consent_ProvisionActor" -> Consent.provisionActorComponent()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ class TransformSupportServices @Inject constructor(val simpleWorkerContext: Simp
AdverseEvent.AdverseEventSuspectEntityCausalityComponent()
"Location_Position" -> Location.LocationPositionComponent()
"List_Entry" -> ListResource.ListEntryComponent()
"Consent_Policy" -> Consent.ConsentPolicyComponent()
"Consent_Verification" -> Consent.ConsentVerificationComponent()
"Consent_Provision" -> Consent.provisionComponent()
"Consent_ProvisionActor" -> Consent.provisionActorComponent()
"Consent_ProvisionData" -> Consent.provisionDataComponent()
else -> ResourceFactory.createResourceOrType(name)
}
}
Expand Down

0 comments on commit 7851fe0

Please sign in to comment.