How do we save the download configs into the application? #1039
Replies: 11 comments
-
Could we store these in a Parameters instead of these tables? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Application Workflow parameters
Parameter resource proposal
|
Beta Was this translation helpful? Give feedback.
-
Form Configurations parameters
Parameter resource proposal
|
Beta Was this translation helpful? Give feedback.
-
This shows the composition with Parameters Resource instead of Binary Resource |
Beta Was this translation helpful? Give feedback.
-
Using |
Beta Was this translation helpful? Give feedback.
-
@dubdabasoduba What would be the benefit of using |
Beta Was this translation helpful? Give feedback.
-
The benefit is that we leverage FHIR resources and do not have to define our own schemas. This makes it easier for us to do the following
|
Beta Was this translation helpful? Give feedback.
-
Can we close this issue if we're using the Parameter resource? |
Beta Was this translation helpful? Give feedback.
-
Let me convert it to a discussion item , then will close it if not further action items is required |
Beta Was this translation helpful? Give feedback.
-
This has been fulfiled |
Beta Was this translation helpful? Give feedback.
-
Feature context
SettingsEntity
&BinaryEntity
SettingsEntitiy
-- Holds the settings that cannot be mapped to a resource or binary e.g thecomposition_id
BinaryEntity
-- Holds the files that are attached to a binary resource.Feature implementation details
Table Structures
SettingsEntity
&BinaryEntity
, make sure we add them using migrations.SettingsEntity
BinaryEntity
Beta Was this translation helpful? Give feedback.
All reactions