@smals-belgium-shared/vidis-medication-scheme-list 2.0.2-snapshot.2 → 2.0.2-snapshot.4
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 +9 -7
- package/README.md +1 -1
- package/assets/{main-VqG76zq6.js → main-WqAVhxp0.js} +53 -53
- package/medication-scheme-list.css +1 -1
- package/medication-scheme-list.js +1 -1
- package/package.json +1 -1
- package/MatSymbols-Rounded.woff2 +0 -0
- package/OpenSans-Bold.ttf +0 -0
- package/OpenSans-ExtraBold.ttf +0 -0
- package/OpenSans-Italic.ttf +0 -0
- package/OpenSans-Light.ttf +0 -0
- package/OpenSans-Medium.ttf +0 -0
- package/OpenSans-Regular.ttf +0 -0
- package/OpenSans-SemiBold.ttf +0 -0
package/CHANGELOG.md
CHANGED
@@ -54,8 +54,9 @@
|
|
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
|
+
|
59
|
+
* Using external fonts
|
59
60
|
|
60
61
|
### vidis-delivered-medication-list:
|
61
62
|
* Support professional. If professional adds 2 params: key 'professional' = 'true' and 'ssin'= ssinPatient
|
@@ -65,12 +66,13 @@
|
|
65
66
|
|
66
67
|
### vidis-prescription-list:
|
67
68
|
* Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
|
69
|
+
* Support offline mode.
|
68
70
|
|
69
71
|
### vidis-prescription-detail:
|
70
72
|
* Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
|
71
|
-
*
|
72
|
-
|
73
|
-
|
74
|
-
|
73
|
+
* Support offline mode.
|
74
|
+
* prescription reservation :
|
75
|
+
* Add a checkbox to include hospital pharmacies
|
76
|
+
* Add the type of pharmacy in the screen
|
77
|
+
* Add a "select" button on pharmacies, to make it more accessible and obvious to end user
|
75
78
|
|
76
|
-
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|
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
|
|