@moxi.gmbh/moxi-typescriptmodels 0.1.1971-test-server → 0.1.1991-test-server
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/common.d.ts +5 -0
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -834,6 +834,8 @@ export interface IsoState {
|
|
|
834
834
|
|
|
835
835
|
export interface MedicalData {
|
|
836
836
|
activeSubstances?: MonitoredValue;
|
|
837
|
+
administrativeJourney?: string;
|
|
838
|
+
alarmNumber?: number;
|
|
837
839
|
analogueSedated?: boolean;
|
|
838
840
|
catecholamines?: boolean;
|
|
839
841
|
cpapAsb?: boolean;
|
|
@@ -854,9 +856,12 @@ export interface MedicalData {
|
|
|
854
856
|
otherVentilation?: MonitoredValue;
|
|
855
857
|
oxygen?: MonitoredValue;
|
|
856
858
|
pacemaker?: boolean;
|
|
859
|
+
patientWeightAbove100Kg?: boolean;
|
|
857
860
|
peep?: boolean;
|
|
858
861
|
perfusor?: MonitoredValue;
|
|
859
862
|
powerSupply?: boolean;
|
|
863
|
+
remark?: string;
|
|
864
|
+
resources?: string;
|
|
860
865
|
simvAsb?: boolean;
|
|
861
866
|
sleepy?: boolean;
|
|
862
867
|
spontaneous?: boolean;
|
package/package.json
CHANGED