hvp-shared 13.17.0 → 13.18.0

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.
@@ -7,12 +7,14 @@
7
7
  * See GH#425.
8
8
  */
9
9
  import { AdministrationRoute } from '../constants/administration-route.enums';
10
- /** Patient profile for the portal Paso 2 (representative averages). */
10
+ /**
11
+ * Patient profile for the portal Paso 2 (representative averages).
12
+ * NOTE: the male/female split is NOT stored per product — it's meaningless there.
13
+ * It's computed at receta-generation time (half/half over the purchased quantity).
14
+ */
11
15
  export interface ControlledRxPatient {
12
16
  weightKg: number;
13
17
  ageMonths: number;
14
- males: number;
15
- females: number;
16
18
  }
17
19
  /**
18
20
  * Treatment scheme for the portal Paso 3.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "13.17.0",
3
+ "version": "13.18.0",
4
4
  "description": "Shared types and utilities for HVP backend and frontend",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",