@smals-belgium-shared/vidis-delivered-medication-detail 2.0.1-snapshot.8 → 2.0.1-snapshot.9

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,8 +40,8 @@ This web component provides users with a comprehensive prescription details. The
40
40
  | `configName` | true | `acc`, `prod` | Name of the configuration the application and the components are being deployed to. |
41
41
  | `services` | true | N/A | Set of services to be consumed by the component. see [USAGE](#Usage). |
42
42
  | `dguid` | true | N/A | Delivered medication dguid to display. |
43
- | `professional` | false | `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` or not set, the SSIN will be retrieved automatically from the authentication token. |
44
- | `ssin` | true | N/A | The patient's SSIN. Required **only** if `professional` is set to `true`. When `professional` is `false`, this value is ignored and the SSIN is extracted from the authentication token. |
43
+ | `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. |
44
+ | `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. |
45
45
 
46
46
 
47
47