@smals-belgium-shared/vidis-medication-scheme-list 2.0.2-snapshot.3 → 2.0.2-snapshot.5

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
@@ -66,9 +66,11 @@
66
66
 
67
67
  ### vidis-prescription-list:
68
68
  * Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
69
+ * Support offline mode.
69
70
 
70
71
  ### vidis-prescription-detail:
71
72
  * Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
73
+ * Support offline mode.
72
74
  * prescription reservation :
73
75
  * Add a checkbox to include hospital pharmacies
74
76
  * Add the type of pharmacy in the screen
package/README.md CHANGED
@@ -47,7 +47,7 @@ The **daily view** is tailored for those who need a more specific, day-to-day br
47
47
  | `services` | true | N/A | Set of services to be consumed by the component. see [USAGE](#Usage). |
48
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
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
-
50
+ | `offline` | true | `true`, `false` | Indicates whether offline mode is used or not. |
51
51
 
52
52
  ## Outputs
53
53