@smals-belgium-shared/vidis-medication-scheme-list 2.0.0 → 2.0.1-snapshot.3
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 +14 -0
- package/assets/main-C_Z5vrEk.js +73 -0
- package/medication-scheme-list.js +1 -1
- package/package.json +1 -1
- package/assets/main-YFHQ867I.js +0 -73
package/CHANGELOG.md
CHANGED
@@ -54,5 +54,19 @@
|
|
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
|
+
## v2.1.0
|
58
|
+
|
59
|
+
### vidis-delivered-medication-list:
|
60
|
+
* Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
|
61
|
+
|
62
|
+
### vidis-delivered-medication-detail:
|
63
|
+
* Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
|
64
|
+
|
65
|
+
## v2.0.1-snapshot.0 (2025-06-20)
|
66
|
+
* BugFix
|
67
|
+
|
68
|
+
## v2.0.1-snapshot.1 (2025-06-20)
|
69
|
+
* BugFix
|
57
70
|
|
58
71
|
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|
72
|
+
* Technical snapshot release. No new features or bug fixes.
|