@smals-belgium-shared/vidis-medication-scheme-list 2.0.2-snapshot.4 → 2.0.2-snapshot.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
@@ -40,14 +40,15 @@ The **daily view** is tailored for those who need a more specific, day-to-day br
|
|
40
40
|
|
41
41
|
## Inputs
|
42
42
|
|
43
|
-
| Name
|
44
|
-
|
45
|
-
| `language`
|
46
|
-
| `configName`
|
47
|
-
| `services`
|
48
|
-
| `professional`
|
49
|
-
| `ssin`
|
50
|
-
| `
|
43
|
+
| Name | Mandatory | Possible values | Description |
|
44
|
+
|-----------------------------|-----------|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
45
|
+
| `language` | true | `en`, `de`, `fr`, `nl` | The language holds the current language as a value, which means it can change over time if the user changes his/her preferred language. The web component adapts the translations based on the value set. The values of the language property are defined in the Language enum. |
|
46
|
+
| `configName` | true | `acc`, `prod` | Name of the configuration the application and the components are being deployed to. |
|
47
|
+
| `services` | true | N/A | Set of services to be consumed by the component. see [USAGE](#Usage). |
|
48
|
+
| `professional` | true | `true`, `false` | Indicates whether the component is being used in a professional context. If set to `true`, the `ssin` input must be provided and will be used to identify the patient. If `false`, the SSIN will be retrieved automatically from the authentication token. |
|
49
|
+
| `ssin` | true | N/A | The patient's SSIN. When `professional` is `false`, this value is ignored and the SSIN is extracted from the authentication token. |
|
50
|
+
| `offlineDataStorageEnabled` | true | `true`, `false` | A boolean flag indicating whether offline data storage has been enabled by the user. When true, the web component can store and retrieve data locally for offline access. |
|
51
|
+
| `isOfflineAuthenticated` | true | `true`, `false` | A boolean flag indicating whether the web component is being accessed from an offline state. |
|
51
52
|
|
52
53
|
## Outputs
|
53
54
|
|