@smals-belgium-shared/vidis-medication-scheme-list 2.0.0 → 2.0.1-snapshot.10

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/CHANGELOG.md CHANGED
@@ -54,5 +54,21 @@
54
54
  ### vidis-prescription-detail
55
55
  * Change `onPrintDetail` output to `onPrint` and type from `{base64Pdf: string, printOptions: {filename: string, orientation: 'portrait'}}` to `{title: string, content: string}`
56
56
 
57
-
58
57
  ## __RELEASE_VERSION__ (__RELEASE_DATE__)
58
+ * Technical snapshot release. No new features or bug fixes.
59
+
60
+ ### vidis-delivered-medication-list:
61
+ * Support professional. If professional adds 2 params: key 'professional' = 'true' and 'ssin'= ssinPatient
62
+
63
+ ### vidis-delivered-medication-detail:
64
+ * Support professional. If professional adds 2 params: key 'professional' = 'true' and 'ssin'= ssinPatient
65
+
66
+ ### vidis-prescription-list:
67
+ * Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
68
+
69
+ ### vidis-prescription-detail:
70
+ * Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
71
+ * prescription reservation :
72
+ * Add a checkbox to include hospital pharmacies
73
+ * Add the type of pharmacy in the screen
74
+ * Add a "select" button on pharmacies, to make it more accessible and obvious to end user
package/README.md CHANGED
@@ -45,6 +45,8 @@ The **daily view** is tailored for those who need a more specific, day-to-day br
45
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
46
  | `configName` | true | `acc`, `prod` | Name of the configuration the application and the components are being deployed to. |
47
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. |
48
50
 
49
51
 
50
52
  ## Outputs