@lm_fe/service 0.1.201

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.
Files changed (122) hide show
  1. package/README.md +31 -0
  2. package/dist/ModelService.d.ts +126 -0
  3. package/dist/common.d.ts +18 -0
  4. package/dist/fubao/index.d.ts +1 -0
  5. package/dist/fubao/tow_cancer/BreastCancerRecord/index.d.ts +8 -0
  6. package/dist/fubao/tow_cancer/BreastCancerRecord/type.d.ts +7 -0
  7. package/dist/fubao/tow_cancer/BreastCancerRecord/utils.d.ts +3 -0
  8. package/dist/fubao/tow_cancer/BreastCancerScreening/index.d.ts +13 -0
  9. package/dist/fubao/tow_cancer/BreastCancerScreening/type.d.ts +61 -0
  10. package/dist/fubao/tow_cancer/BreastCancerScreening/utils.d.ts +3 -0
  11. package/dist/fubao/tow_cancer/CervicalCancerRecord/index.d.ts +8 -0
  12. package/dist/fubao/tow_cancer/CervicalCancerRecord/type.d.ts +7 -0
  13. package/dist/fubao/tow_cancer/CervicalCancerRecord/utils.d.ts +3 -0
  14. package/dist/fubao/tow_cancer/CervicalCancerScreening/index.d.ts +8 -0
  15. package/dist/fubao/tow_cancer/CervicalCancerScreening/type.d.ts +74 -0
  16. package/dist/fubao/tow_cancer/CervicalCancerScreening/utils.d.ts +3 -0
  17. package/dist/fubao/tow_cancer/TwoCancerScreeningFile/index.d.ts +9 -0
  18. package/dist/fubao/tow_cancer/TwoCancerScreeningFile/type.d.ts +40 -0
  19. package/dist/fubao/tow_cancer/TwoCancerScreeningFile/utils.d.ts +3 -0
  20. package/dist/fubao/tow_cancer/index.d.ts +5 -0
  21. package/dist/fubao/tow_cancer/types.d.ts +30 -0
  22. package/dist/index.d.ts +8 -0
  23. package/dist/index.js +5940 -0
  24. package/dist/local/Calculator/index.d.ts +20 -0
  25. package/dist/local/Dictionary/index.d.ts +27 -0
  26. package/dist/local/History/index.d.ts +8 -0
  27. package/dist/local/LoginState/index.d.ts +7 -0
  28. package/dist/local/SystemConfig/index.d.ts +5 -0
  29. package/dist/local/Utils/index.d.ts +1 -0
  30. package/dist/local/Version/index.d.ts +3 -0
  31. package/dist/local/index.d.ts +7 -0
  32. package/dist/mchc/enums.d.ts +15 -0
  33. package/dist/mchc/index.d.ts +2 -0
  34. package/dist/mchc/service/Address/index.d.ts +21 -0
  35. package/dist/mchc/service/Admission/Common/IMchc_Admission.d.ts +114 -0
  36. package/dist/mchc/service/Admission/Common/IMchc_Admission_HeaderInfoOfInpatientEmr.d.ts +30 -0
  37. package/dist/mchc/service/Admission/Common/index.d.ts +16 -0
  38. package/dist/mchc/service/Admission/Document/IMchc_Admission_DeliveryInfo.d.ts +33 -0
  39. package/dist/mchc/service/Admission/Document/IMchc_Admission_Document.d.ts +173 -0
  40. package/dist/mchc/service/Admission/Document/IMchc_Admission_InpatientEmrBaseInfo.d.ts +45 -0
  41. package/dist/mchc/service/Admission/Document/IMchc_Admission_LabourDocument.d.ts +109 -0
  42. package/dist/mchc/service/Admission/Document/IMchc_Admission_NeonateDocument.d.ts +197 -0
  43. package/dist/mchc/service/Admission/Document/IMchc_Admission_bloodTransfusionDocumentDocument.d.ts +37 -0
  44. package/dist/mchc/service/Admission/Document/IMchc_Admission_breastMilkDocument.d.ts +42 -0
  45. package/dist/mchc/service/Admission/Document/IMchc_Admission_firstCareDocument.d.ts +18 -0
  46. package/dist/mchc/service/Admission/Document/IMchc_Admission_firstCareSpecialAssessDocument.d.ts +35 -0
  47. package/dist/mchc/service/Admission/Document/IMchc_Admission_labourStageRecordDocument.d.ts +33 -0
  48. package/dist/mchc/service/Admission/Document/IMchc_Admission_magnesiumDocument.d.ts +10 -0
  49. package/dist/mchc/service/Admission/Document/IMchc_Admission_neonateCareDocument.d.ts +27 -0
  50. package/dist/mchc/service/Admission/Document/IMchc_Admission_oxytocinRecordDocument.d.ts +31 -0
  51. package/dist/mchc/service/Admission/Document/IMchc_Admission_postnatalCareRecord.d.ts +24 -0
  52. package/dist/mchc/service/Admission/Document/IMchc_Admission_predeliveryDocument.d.ts +37 -0
  53. package/dist/mchc/service/Admission/Document/IMchc_Admission_productionTimeDocument.d.ts +28 -0
  54. package/dist/mchc/service/Admission/Document/IMchc_Admission_tireDischargeRecord.d.ts +69 -0
  55. package/dist/mchc/service/Admission/Document/IMchc_Admission_tocolysisDocument.d.ts +17 -0
  56. package/dist/mchc/service/Admission/Document/IMchc_Admission_urinaryRetentionDocument.d.ts +25 -0
  57. package/dist/mchc/service/Admission/Document/index.d.ts +5 -0
  58. package/dist/mchc/service/Admission/index.d.ts +32 -0
  59. package/dist/mchc/service/Admission/types.d.ts +2 -0
  60. package/dist/mchc/service/Admission/utils.d.ts +4 -0
  61. package/dist/mchc/service/Common.d.ts +57 -0
  62. package/dist/mchc/service/Courses/index.d.ts +146 -0
  63. package/dist/mchc/service/Dictionaries/index.d.ts +17 -0
  64. package/dist/mchc/service/Doctor/index.d.ts +240 -0
  65. package/dist/mchc/service/Doctor/types/IFirstVisitDiagnosisOutpatient copy.d.ts +69 -0
  66. package/dist/mchc/service/Doctor/types/IFirstVisitDiagnosisOutpatient.d.ts +69 -0
  67. package/dist/mchc/service/Doctor/types/IMchc_Doctor_BuildExamTimeAxis.d.ts +19 -0
  68. package/dist/mchc/service/Doctor/types/IMchc_Doctor_FirstVisitInfoOfOutpatient.d.ts +150 -0
  69. package/dist/mchc/service/Doctor/types/IMchc_Doctor_FirstVisitPastmhOutpatient.d.ts +38 -0
  70. package/dist/mchc/service/Doctor/types/IMchc_Doctor_PreRiskAssessmentInfo.d.ts +23 -0
  71. package/dist/mchc/service/Doctor/types/IMchc_Doctor_Pregnancymh.d.ts +39 -0
  72. package/dist/mchc/service/Doctor/types/IMchc_Doctor_RiskRecordsOfOutpatient.d.ts +13 -0
  73. package/dist/mchc/service/Doctor/types/IMchc_Doctor_VteAssessForm.d.ts +39 -0
  74. package/dist/mchc/service/Doctor/types/IOutpatientHeaderInfo.d.ts +57 -0
  75. package/dist/mchc/service/Doctor/types/IRvisitInfoOfOutpatient.d.ts +77 -0
  76. package/dist/mchc/service/Doctor/types/common.d.ts +33 -0
  77. package/dist/mchc/service/Doctor/types/index.d.ts +11 -0
  78. package/dist/mchc/service/Doctor/utils.d.ts +183 -0
  79. package/dist/mchc/service/FormDescriptions/index.d.ts +24 -0
  80. package/dist/mchc/service/FormDescriptions/types/FormItemLayout.d.ts +5 -0
  81. package/dist/mchc/service/FormDescriptions/types/InputType.d.ts +1 -0
  82. package/dist/mchc/service/FormDescriptions/types/Rules.d.ts +4 -0
  83. package/dist/mchc/service/FormDescriptions/types/SpecialConfig.d.ts +33 -0
  84. package/dist/mchc/service/FormDescriptions/types/TranferRules.d.ts +9 -0
  85. package/dist/mchc/service/FormDescriptions/types/index.d.ts +192 -0
  86. package/dist/mchc/service/FormDescriptions/utils.d.ts +20 -0
  87. package/dist/mchc/service/Knowledges/index.d.ts +110 -0
  88. package/dist/mchc/service/Nurse/index.d.ts +11 -0
  89. package/dist/mchc/service/Nurse/types/IMchc_Nurse_OutpatientDocument.d.ts +134 -0
  90. package/dist/mchc/service/Nurse/types/index.d.ts +1 -0
  91. package/dist/mchc/service/Nurse/utils.d.ts +5 -0
  92. package/dist/mchc/service/NursingBoard/index.d.ts +11 -0
  93. package/dist/mchc/service/NursingBoard/types/IMchc_NursingBoard_Data.d.ts +40 -0
  94. package/dist/mchc/service/NursingBoard/types/IMchc_NursingBoard_InsideData.d.ts +83 -0
  95. package/dist/mchc/service/NursingBoard/types/IMchc_NursingBoard_TodayWatchKeeper.d.ts +15 -0
  96. package/dist/mchc/service/NursingBoard/types/index.d.ts +3 -0
  97. package/dist/mchc/service/Pregnancy.d.ts +130 -0
  98. package/dist/mchc/service/Questionnaire/index.d.ts +124 -0
  99. package/dist/mchc/service/Questionnaire/types.d.ts +89 -0
  100. package/dist/mchc/service/SyphilisManage/index.d.ts +43 -0
  101. package/dist/mchc/service/TableConfig/index.d.ts +150 -0
  102. package/dist/mchc/service/TableConfig/utils.d.ts +25 -0
  103. package/dist/mchc/service/TemplateTree/index.d.ts +39 -0
  104. package/dist/mchc/service/TemplateTree/types/IMchc_LabExamImportTree_Item.d.ts +17 -0
  105. package/dist/mchc/service/TemplateTree/types/IMchc_TemplateTree_Item.d.ts +18 -0
  106. package/dist/mchc/service/TemplateTree/types/index.d.ts +10 -0
  107. package/dist/mchc/service/ThalassemiaFollowUp/index.d.ts +95 -0
  108. package/dist/mchc/service/ThalassemiaFollowUp/types.d.ts +24 -0
  109. package/dist/mchc/service/User.d.ts +50 -0
  110. package/dist/mchc/service/WorkRecord.d.ts +26 -0
  111. package/dist/mchc/service/index.d.ts +20 -0
  112. package/dist/mchc/service/types/index.d.ts +105 -0
  113. package/dist/mchc/service/types/utils.d.ts +27 -0
  114. package/dist/mchc/service/workQuestions.d.ts +57 -0
  115. package/dist/types.d.ts +13 -0
  116. package/dist//344/270/255/345/261/261/344/270/200/index.d.ts +1 -0
  117. package/dist//344/270/255/345/261/261/344/270/200/service/User.d.ts +88 -0
  118. package/dist//344/270/255/345/261/261/344/270/200/service/index.d.ts +1 -0
  119. package/dist//350/266/212/347/247/200/345/246/207/345/271/274/index.d.ts +1 -0
  120. package/dist//350/266/212/347/247/200/345/246/207/345/271/274/service/Doctor/index.d.ts +6 -0
  121. package/dist//350/266/212/347/247/200/345/246/207/345/271/274/service/index.d.ts +1 -0
  122. package/package.json +34 -0
@@ -0,0 +1,20 @@
1
+ import dayjs, { Dayjs } from 'dayjs';
2
+ import { TIdTypeCompatible } from "src/types";
3
+ export declare const SLocal_Calculator: {
4
+ lmp_计算_edd_gestationalWeek(_lmp: string): Promise<{
5
+ edd: string | null;
6
+ sureEdd: string | null;
7
+ gestationalWeek: string;
8
+ }>;
9
+ calcEddBasedOnLmp(lmp: string): Promise<string | null>;
10
+ calcEddBasedOnIVF(移植时间: string, 天数: number): Promise<string | null>;
11
+ calGestationalWeekByLmp(lmp: Dayjs, defaultDate?: dayjs.Dayjs): string;
12
+ calGestationalWeekBySureEdd(sureEdd: any, defaultDate?: dayjs.Dayjs): string;
13
+ calcGesWeek(data: {
14
+ date: string;
15
+ sureEdd?: string;
16
+ id: TIdTypeCompatible;
17
+ }): Promise<{
18
+ gestationalWeek: string;
19
+ }>;
20
+ };
@@ -0,0 +1,27 @@
1
+ import { IMchc_Dictionaries } from "../../mchc";
2
+ export type ILocal_Dic = {
3
+ [x: string]: IMchc_Dictionaries;
4
+ } & {
5
+ initDictionaries: IMchc_Dictionaries[];
6
+ };
7
+ export declare const SLocal_Dictionary: {
8
+ getDictionaries(): ILocal_Dic;
9
+ /**
10
+ *
11
+ * @param value 枚举值value
12
+ * @param type string 字典类型
13
+ */
14
+ getDictionariesEnumerations(type: string): import("../../mchc").IMchc_Dictionaries_Enumeration[];
15
+ /**
16
+ *
17
+ * @param value 枚举值value
18
+ * @param type string 字典类型
19
+ */
20
+ getDictionaryLabel(type: string, value: string | number): string | null;
21
+ /**
22
+ *
23
+ * @param label 枚举值value
24
+ * @param type string 字典类型
25
+ */
26
+ getDictionaryValue(type: string, label: string): number | null;
27
+ };
@@ -0,0 +1,8 @@
1
+ export declare const SLocal_History: {
2
+ closeCurrentTab(): void;
3
+ safe_history_push(path: any, props?: any): any;
4
+ historyPush(path: any, state?: any): void;
5
+ historyReplace(path: any, state?: any): void;
6
+ closeAndPush(path: any, state?: any): void;
7
+ closeAndReplace(path: any, state?: any): void;
8
+ };
@@ -0,0 +1,7 @@
1
+ import { IMchc_User } from "../../mchc";
2
+ export declare const SLocal_State: {
3
+ getUserData(): IMchc_User;
4
+ readonly userData: IMchc_User;
5
+ readonly isDev: boolean;
6
+ readonly isAdmin: boolean;
7
+ };
@@ -0,0 +1,5 @@
1
+ import { ISystemConfig } from "@lm_fe/env";
2
+ export declare const SLocal_SystemConfig: {
3
+ get<T extends keyof ISystemConfig>(key: T): ISystemConfig[T];
4
+ getAll(): ISystemConfig;
5
+ };
@@ -0,0 +1 @@
1
+ export declare const SLocal_Utils: {};
@@ -0,0 +1,3 @@
1
+ export declare const SLocal_Version: {
2
+ checkVersion(): Promise<boolean>;
3
+ };
@@ -0,0 +1,7 @@
1
+ export * from './Dictionary';
2
+ export * from './Calculator';
3
+ export * from './LoginState';
4
+ export * from './Version';
5
+ export * from './SystemConfig';
6
+ export * from './Utils';
7
+ export * from './History';
@@ -0,0 +1,15 @@
1
+ export declare const mchcEnums: {
2
+ common: {
3
+ caseType: import("@lm_fe/utils").EnumItem<"妊娠高血压" | "妊娠糖尿病" | "胎心监护", number>;
4
+ period: import("@lm_fe/utils").EnumItem<"空腹" | "早餐后" | "午餐前" | "午餐后" | "晚餐前" | "晚餐后" | "睡前", number>;
5
+ };
6
+ EarlyPregnancyCheckSurgeryType: {
7
+ progressStatus: import("@lm_fe/utils").EnumItem<"超时" | "待预约" | "待签到" | "已签到" | "已完成" | "已取消", number>;
8
+ };
9
+ Questionnaire: {
10
+ type: import("@lm_fe/utils").EnumItem<"单选题" | "多选题" | "下拉题" | "填空题" | "打分题" | "段落说明", number>;
11
+ };
12
+ Doctor: {
13
+ modalPopup: import("@lm_fe/utils").EnumItem<"弹窗" | "提醒" | "无", number>;
14
+ };
15
+ };
@@ -0,0 +1,2 @@
1
+ export * from './service';
2
+ export * from './enums';
@@ -0,0 +1,21 @@
1
+ export interface IMchc_AddressItemType {
2
+ "fatherCode": 310000000000;
3
+ "fatherName": "上海市";
4
+ "code": 310000000000;
5
+ "name": "上海市";
6
+ "downFlag": number;
7
+ "downAddress": null;
8
+ label: string;
9
+ value: string;
10
+ isLeaf: boolean;
11
+ loading: boolean;
12
+ children: IMchc_AddressItemType[];
13
+ }
14
+ export declare const SMchc_Address: {
15
+ getAddressList(item?: IMchc_AddressItemType): Promise<IMchc_AddressItemType[]>;
16
+ getAddressByDetail(addressDetail?: string): Promise<IMchc_AddressItemType[]>;
17
+ getAddressFront(): Promise<IMchc_AddressItemType[]>;
18
+ getAddressBack(item?: IMchc_AddressItemType, addressDetail?: string): Promise<IMchc_AddressItemType[]>;
19
+ getAddressFirst(): Promise<IMchc_AddressItemType[]>;
20
+ getAddressListFirst(): Promise<IMchc_AddressItemType[]>;
21
+ };
@@ -0,0 +1,114 @@
1
+ import { MCHC_TYPE_MAP, MchcTypes } from "@lm_fe/env";
2
+ export type IMchc_Admission<T extends MchcTypes = MCHC_TYPE_MAP['越秀妇幼']> = {
3
+ "createdBy": "kevin";
4
+ "createdDate": "2022-11-11 15:06:05";
5
+ "lastModifiedBy": "kevin";
6
+ "lastModifiedDate": "2022-11-16 15:27:14";
7
+ "remark": null;
8
+ "id": 7300;
9
+ "areaNO": "12312";
10
+ "areaName": "12312";
11
+ "roomNO": null;
12
+ "bedNO": "123";
13
+ "bedDoctor": null;
14
+ "bedDoctorNO": null;
15
+ "bedNurse": null;
16
+ "inpatientNO": "234234234";
17
+ "inpatientSum": null;
18
+ "name": "2342";
19
+ "age": 21;
20
+ "state": null;
21
+ "gender": null;
22
+ "dob": "2022-11-02";
23
+ "ethnic": "汉族";
24
+ "occupation": null;
25
+ "idType": 2;
26
+ "idNO": "12312";
27
+ "registeredResidenceNature": 1;
28
+ "education": 1;
29
+ "telephone": null;
30
+ "adminDate": "2022-11-03";
31
+ "lmp": null;
32
+ "edd": "2022-11-01";
33
+ "sureEdd": "2022-11-02";
34
+ "sureEddModify": null;
35
+ "gravidity": 2;
36
+ "parity": 1;
37
+ "gestationalWeek": null;
38
+ "currentGestationalWeek": "42";
39
+ "diseaseHistoryReader": null;
40
+ "chiefcomplaint": null;
41
+ "recorder": null;
42
+ "lunaTimestamp": null;
43
+ "auditDoctor": null;
44
+ "auditTimestamp": null;
45
+ "maritalStatus": 1;
46
+ "nearRelation": null;
47
+ "maritalYears": null;
48
+ "maritalAge": null;
49
+ "settlementType": 1;
50
+ "contacterName": null;
51
+ "contacterIdType": null;
52
+ "contacterRelative": null;
53
+ "contacterIdNO": null;
54
+ "contacterTelephone": "13609040282";
55
+ "contacterResidenceAddress": null;
56
+ "vicedoctor": null;
57
+ "doctor": null;
58
+ "nurseLevel": "特级";
59
+ "highriskGrade": "Ⅴ";
60
+ "permanentResidenceAddress": null;
61
+ "residenceAddress": "北京市,市辖区,东城区&234234";
62
+ "highriskNote": "智力低下:中度智力低下,智力低下:重度智力低下";
63
+ "infection": null;
64
+ "infectionNote": "";
65
+ "status": null;
66
+ "postpartumComplicatedDisease": "";
67
+ "intrapartumComplicatedDisease": "";
68
+ "inspection": null;
69
+ "ultrasound": null;
70
+ "admittingDate": "2022-11-03";
71
+ "dischargeDate": null;
72
+ "treatmentProcedure": null;
73
+ "treatmentResult": null;
74
+ "dischargeAdvice": null;
75
+ "embryoNumber": null;
76
+ "riskRecords": [];
77
+ "partogramPregnancies": [];
78
+ "labourRecord": null;
79
+ "oxytocinAssess": null;
80
+ "handover": null;
81
+ "pregnancy": null;
82
+ "labExam": null;
83
+ "adPartnerProfile": null;
84
+ "adPhi": null;
85
+ "adPresentDiseaseHistory": null;
86
+ "adTransfusionHistory": null;
87
+ "adProcedureHistory": null;
88
+ "adAllergyHistory": null;
89
+ "adMenstrualHistory": null;
90
+ "adPersonalProfile": null;
91
+ "adFamilyHistory": null;
92
+ "adPhysicalExam": null;
93
+ "adGeneralExam": null;
94
+ "adGynecologicalExam": null;
95
+ "adInducedlabor": null;
96
+ "adTraumaHistory": null;
97
+ "morseTumble": null;
98
+ "pressureSores": null;
99
+ "nurseRecords": [];
100
+ "adPregnancyHistories": [];
101
+ "adLabExamResults": [];
102
+ "adUltrasounds": [];
103
+ "adPpfoDiagnoses": [];
104
+ "noenateRecords": [];
105
+ "adFetuses": [];
106
+ "referrals": [];
107
+ "admittingDiagnoses": [];
108
+ "dischargeDiagnoses": [];
109
+ "documents": [];
110
+ "adNurseLevelRecords": [];
111
+ "adTablet": null;
112
+ "adAdvices": [];
113
+ "deleteFlag": false;
114
+ };
@@ -0,0 +1,30 @@
1
+ import { MchcTypes } from "@lm_fe/env";
2
+ export type IMchc_Admission_HeaderInfoOfInpatientEmr<T extends MchcTypes = '越秀妇幼'> = {
3
+ "id": 7276;
4
+ "infectionLable": null;
5
+ "deliveryLable": null;
6
+ "fetalNumLable": null;
7
+ "cicatrixLable": "";
8
+ "bloodGlucoseLable": null;
9
+ "bloodGlucoseLableLevel": null;
10
+ "vteLabel": null;
11
+ "fallLable": null;
12
+ "pressureSoresLable": null;
13
+ "name": "李清欢";
14
+ "age": 30;
15
+ "currentGesweek": "42";
16
+ "labourWeek": null;
17
+ "labourDate": null;
18
+ "daysAfterDelivery": null;
19
+ "edd": "2021-10-08";
20
+ "inpatientNO": "1";
21
+ "outpatientNO": "875641387583";
22
+ "gravidity": 1;
23
+ "parity": 0;
24
+ "infectionNote": null;
25
+ "highriskNote": null;
26
+ "postpartumComplicatedDisease": null;
27
+ "intrapartumComplicatedDisease": null;
28
+ "nurseLevel": "特级";
29
+ "hishRiskLable": null;
30
+ };
@@ -0,0 +1,16 @@
1
+ export * from './IMchc_Admission_HeaderInfoOfInpatientEmr';
2
+ export * from './IMchc_Admission';
3
+ export interface IMchc_listPatientLabExamReport_Item {
4
+ "date": "2024-08-16";
5
+ "gesWeek": null;
6
+ "total": 1;
7
+ "unread": 1;
8
+ "examReport": {
9
+ "id": 80;
10
+ "type": 2;
11
+ "title": "血常规";
12
+ "unread": true;
13
+ "normal": true;
14
+ "auditTime": null;
15
+ }[];
16
+ }
@@ -0,0 +1,33 @@
1
+ import { MchcTypes } from "@lm_fe/env";
2
+ import { IMchc_Admission_LabourDocument } from "./IMchc_Admission_LabourDocument";
3
+ import { IMchc_Admission_NeonateDocument } from "./IMchc_Admission_NeonateDocument";
4
+ export interface IMchc_Admission_DeliveryInfo<T extends MchcTypes> {
5
+ "id": 7300;
6
+ "areaNO": "12312";
7
+ "areaName": "12312";
8
+ "bedNO": "123";
9
+ "inpatientNO": "234234234";
10
+ "name": "2342";
11
+ "age": 21;
12
+ "dob": "2022-11-02";
13
+ "ethnic": "汉族";
14
+ "occupation": null;
15
+ "idType": 2;
16
+ "idNO": "12312";
17
+ "adminDate": "2022-11-03";
18
+ "lmp": null;
19
+ "edd": "2022-11-01";
20
+ "sureEdd": "2022-11-02";
21
+ "gravidity": 2;
22
+ "parity": 1;
23
+ "gestationalWeek": null;
24
+ "currentGestationalWeek": "42";
25
+ "permanentResidenceAddress": null;
26
+ "residenceAddress": "北京市,市辖区,东城区&234234";
27
+ "maritalStatus": 1;
28
+ "labourRecord": IMchc_Admission_LabourDocument;
29
+ "neonateRecord": IMchc_Admission_NeonateDocument[];
30
+ "hbsag": null;
31
+ "hbeag": null;
32
+ "hbvExamDate": null;
33
+ }
@@ -0,0 +1,173 @@
1
+ import { MCHC_TYPE_MAP, MchcTypes } from "@lm_fe/env";
2
+ import { IMchc_Admission_bloodTransfusionDocumentDocument } from "./IMchc_Admission_bloodTransfusionDocumentDocument";
3
+ import { IMchc_Admission_breastMilkDocument } from "./IMchc_Admission_breastMilkDocument";
4
+ import { IMchc_Admission_firstCareDocument } from "./IMchc_Admission_firstCareDocument";
5
+ import { IMchc_Admission_firstCareSpecialAssessDocument } from "./IMchc_Admission_firstCareSpecialAssessDocument";
6
+ import { IMchc_Admission_InpatientEmrBaseInfo } from "./IMchc_Admission_InpatientEmrBaseInfo";
7
+ import { IMchc_Admission_LabourDocument } from "./IMchc_Admission_LabourDocument";
8
+ import { IMchc_Admission_labourStageRecordDocument } from "./IMchc_Admission_labourStageRecordDocument";
9
+ import { IMchc_Admission_magnesiumDocument } from "./IMchc_Admission_magnesiumDocument";
10
+ import { IMchc_Admission_neonateCareDocument } from "./IMchc_Admission_neonateCareDocument";
11
+ import { IMchc_Admission_NeonateDocument } from "./IMchc_Admission_NeonateDocument";
12
+ import { IMchc_Admission_oxytocinRecordDocument } from "./IMchc_Admission_oxytocinRecordDocument";
13
+ import { IMchc_Admission_postnatalCareRecord } from "./IMchc_Admission_postnatalCareRecord";
14
+ import { IMchc_Admission_predeliveryDocument } from "./IMchc_Admission_predeliveryDocument";
15
+ import { IMchc_Admission_productionTimeDocument } from "./IMchc_Admission_productionTimeDocument";
16
+ import { IMchc_Admission_tireDischargeRecord } from "./IMchc_Admission_tireDischargeRecord";
17
+ import { IMchc_Admission_tocolysisDocument } from "./IMchc_Admission_tocolysisDocument";
18
+ import { IMchc_Admission_urinaryRetentionDocument } from "./IMchc_Admission_urinaryRetentionDocument";
19
+ export type IMchc_Admission_Document<T extends MchcTypes = MchcTypes> = {
20
+ "deleteFlag": boolean;
21
+ "editFlag": boolean;
22
+ "id": number;
23
+ "prenatalVisitId": 1202;
24
+ "type": number;
25
+ "code": string;
26
+ "name": string;
27
+ "date": string;
28
+ "inEmrId": T extends MCHC_TYPE_MAP['广三'] ? number : void;
29
+ "fetalCount": null;
30
+ "nurse": string;
31
+ "vteAssessDocument": null;
32
+ "morseFallAssessDocument": null;
33
+ "pressureUlcerAssessDocument": null;
34
+ "labourSafetyAssessDocument": null;
35
+ "bloodGlucoseDocument": null;
36
+ "predeliveryDocument": IMchc_Admission_predeliveryDocument[];
37
+ "postpartumCareDocument": null;
38
+ "normalCareDocument": null;
39
+ "specialistCareDocument": null;
40
+ "oxytocinConditionDocument": null;
41
+ "oxytocinRecordDocumentList": {
42
+ "id": number;
43
+ "oxytocinCondition": {
44
+ id: number;
45
+ "cervixDilatation": string;
46
+ "cervixShrink": string;
47
+ "cervixHardness": string;
48
+ "cervixPosition": string;
49
+ "fetalPresentationPosition": string;
50
+ "totalSroce": string;
51
+ "totalDosage": string;
52
+ "deliverytype": string;
53
+ };
54
+ "oxytocinRecord": IMchc_Admission_oxytocinRecordDocument[];
55
+ }[];
56
+ "oxytocinRecordDocument": IMchc_Admission_oxytocinRecordDocument[];
57
+ "neonateCareDocument": IMchc_Admission_neonateCareDocument[];
58
+ "cesareanDocument": null;
59
+ "cesareanFetusDocument": null;
60
+ "labourStageDocument": null;
61
+ "labourStageRecordDocument": IMchc_Admission_labourStageRecordDocument[];
62
+ "labourDocument": IMchc_Admission_LabourDocument;
63
+ birthCertificate: {
64
+ "id": 75;
65
+ "name": null;
66
+ "inpatientNO": null;
67
+ "babyInpatientNO": null;
68
+ "gestationalWeek": "34";
69
+ "newbornName1": null;
70
+ "newbornGender1": "女";
71
+ "newbornWeight1": "1850";
72
+ "newbornHeight1": "42";
73
+ "deliverytime1": "2023-03-01T02:18";
74
+ "newbornName2": null;
75
+ "newbornGender2": "男";
76
+ "newbornWeight2": "2270";
77
+ "newbornHeight2": "44";
78
+ "deliverytime2": "2023-03-01T02:20";
79
+ "newbornName3": null;
80
+ "newbornGender3": null;
81
+ "newbornWeight3": null;
82
+ "newbornHeight3": null;
83
+ "deliverytime3": null;
84
+ "newbornName4": null;
85
+ "newbornGender4": null;
86
+ "newbornWeight4": null;
87
+ "newbornHeight4": null;
88
+ "deliverytime4": null;
89
+ "otherNote": null;
90
+ "deliveryNurse": null;
91
+ "deliveryNurse1": null;
92
+ "deliveryDoctor": "曾毅";
93
+ "deliveryDoctor1": null;
94
+ "motherName": "蔡焕真";
95
+ "motherAge": 35;
96
+ "motherNationality": "中国";
97
+ "motherEthnic": null;
98
+ "motherTelephone": "18028171320";
99
+ "motherIdType": null;
100
+ "motherIdNO": "440583198802191029";
101
+ "fatherName": null;
102
+ "fatherAge": null;
103
+ "fatherNationality": null;
104
+ "fatherEthnic": null;
105
+ "fatherTelephone": null;
106
+ "fatherIdType": null;
107
+ "fatherIdNO": null;
108
+ "receiveName": null;
109
+ "relationship": null;
110
+ "receiveIdType": null;
111
+ "receiveIdNO": null;
112
+ "deleteFlag": false;
113
+ }[];
114
+ "neonateDocument": IMchc_Admission_NeonateDocument[];
115
+ "bloodTransfusionDocument": IMchc_Admission_bloodTransfusionDocumentDocument[];
116
+ "inductionLabourDocument": null;
117
+ "inductionLabourFetusDocument": null;
118
+ "inductionLabourDiagnosisDocument": null;
119
+ "firstCareDocument": IMchc_Admission_firstCareDocument;
120
+ "firstCareNormalAssessDocument": any;
121
+ "firstCareSpecialAssessDocument": IMchc_Admission_firstCareSpecialAssessDocument;
122
+ "firstCareFetusDocument": null;
123
+ "handoverDocument": null;
124
+ "noenateHandoverDocument": null;
125
+ "vitalSignsDocument": null;
126
+ "pipelineSlippageAssessDocument": null;
127
+ "tocolysisDocument": IMchc_Admission_tocolysisDocument[];
128
+ "magnesiumDocument": IMchc_Admission_magnesiumDocument[];
129
+ "urinaryRetentionDocument": IMchc_Admission_urinaryRetentionDocument[];
130
+ "tireDischargeRecord": IMchc_Admission_tireDischargeRecord;
131
+ "neonateScaleDocument": {
132
+ gender?: number;
133
+ id?: number;
134
+ height?: number;
135
+ hc?: number;
136
+ noenateRecordId?: number;
137
+ details: {
138
+ "id": 227;
139
+ "recordTime": "2023-02-13 16:58:00";
140
+ "weight": 23.0;
141
+ "height": 33.0;
142
+ "hc": 33.0;
143
+ "headAndNeck": "33";
144
+ "abdomen": "33";
145
+ "genital": "33";
146
+ "limb": "333";
147
+ "jaundice": null;
148
+ "sign": "333";
149
+ "signs": null;
150
+ }[];
151
+ }[];
152
+ "breastMilkDocument": IMchc_Admission_breastMilkDocument[];
153
+ "productionTimeDocument": IMchc_Admission_productionTimeDocument;
154
+ "postnatalCareRecord": IMchc_Admission_postnatalCareRecord[];
155
+ "newbornBirthRecord": {
156
+ examiningDoctor: string;
157
+ id: number;
158
+ identificationBelt: string;
159
+ note: string;
160
+ sign: string;
161
+ transferOutTime: string;
162
+ }[];
163
+ "transvaginalDeviceList": null;
164
+ "inpatientEmrBaseInfo": IMchc_Admission_InpatientEmrBaseInfo;
165
+ };
166
+ export type IMchc_Admission_DocumentListItem<T extends MchcTypes> = {
167
+ "id": number;
168
+ "type": number;
169
+ "code": string;
170
+ "name": string;
171
+ "date": string;
172
+ "inEmrId": T extends MCHC_TYPE_MAP['广三'] ? number : void;
173
+ };
@@ -0,0 +1,45 @@
1
+ export interface IMchc_Admission_InpatientEmrBaseInfo {
2
+ "id": 7276;
3
+ "outEmrId": 1202;
4
+ "areaNO": "11";
5
+ "areaName": "11";
6
+ "roomNO": "111";
7
+ "bedNO": "11";
8
+ "bedDoctor": null;
9
+ "bedDoctorNO": null;
10
+ "bedNurse": null;
11
+ "name": "李清欢";
12
+ "idType": 1;
13
+ "idNO": "450332199110131661";
14
+ "registeredResidenceNature": null;
15
+ "education": null;
16
+ "telephone": null;
17
+ "dob": "1991-10-13";
18
+ "age": 30;
19
+ "permanentResidenceAddress": "北京市,市辖区,东城区&天河";
20
+ "ethnic": "汉族";
21
+ "maritalStatus": 1;
22
+ "occupation": "专业技术人员";
23
+ "lmp": "2021-01-01";
24
+ "edd": "2021-10-08";
25
+ "sureEdd": "2021-10-08";
26
+ "sureEddModify": null;
27
+ "gestationalWeek": "42";
28
+ "gravidity": 1;
29
+ "parity": 0;
30
+ "inpatientNO": "1";
31
+ "adminDate": "2021-12-01";
32
+ "settlementType": 1;
33
+ "residenceAddress": "北京市,市辖区,东城区&天河";
34
+ "nurseLevel": "特级";
35
+ "contacterName": "唐平";
36
+ "contacterIdType": 1;
37
+ "contacterRelative": 1;
38
+ "contacterIdNO": "45033219911013183X";
39
+ "contacterTelephone": "13420908465";
40
+ "contacterResidenceAddress": "北京市,市辖区,东城区&天河";
41
+ "embryoNumber": null;
42
+ "currentGestationalWeek": "42";
43
+ "referrals": [
44
+ ];
45
+ }
@@ -0,0 +1,109 @@
1
+ export interface IMchc_Admission_LabourDocument {
2
+ "edd": null;
3
+ "gravidity": null;
4
+ "parity": null;
5
+ "membranesrupturedtime": null;
6
+ "parturientTime": null;
7
+ "membranesrupturedtype": null;
8
+ "cervixdopenedtime": null;
9
+ "firststage": string;
10
+ "firststageh": null;
11
+ "firststagem": null;
12
+ "secondstageh": null;
13
+ "secondstagem": null;
14
+ "secondstage": string;
15
+ "thirdstageh": null;
16
+ "thirdstagem": null;
17
+ "thirdstage": string;
18
+ "fetus2Secondstageh": null;
19
+ "fetus2Secondstagem": null;
20
+ "fetus2Secondstage": string;
21
+ "fetus2Thirdstageh": null;
22
+ "fetus2Thirdstagem": null;
23
+ "fetus2Thirdstage": string;
24
+ "fetus3Secondstageh": null;
25
+ "fetus3Secondstagem": null;
26
+ "fetus3Secondstage": string;
27
+ "fetus3Thirdstageh": null;
28
+ "fetus3Thirdstagem": null;
29
+ "fetus3Thirdstage": string;
30
+ "fetus4Secondstageh": null;
31
+ "fetus4Secondstagem": null;
32
+ "fetus4Secondstage": string;
33
+ "fetus4Thirdstageh": null;
34
+ "fetus4Thirdstagem": null;
35
+ "fetus4Thirdstage": string;
36
+ "fetus5Secondstageh": null;
37
+ "fetus5Secondstagem": null;
38
+ "fetus5Secondstage": string;
39
+ "fetus5Thirdstageh": null;
40
+ "fetus5Thirdstagem": null;
41
+ "fetus5Thirdstage": string;
42
+ "fetus6Secondstageh": null;
43
+ "fetus6Secondstagem": null;
44
+ "fetus6Secondstage": null;
45
+ "fetus6Thirdstageh": null;
46
+ "fetus6Thirdstagem": null;
47
+ "fetus6Thirdstage": null;
48
+ "totalstageh": null;
49
+ "totalstagem": null;
50
+ "totalstage": string;
51
+ "fetalcount": null;
52
+ "preamnioticfluidcharacter": null;
53
+ "preamnioticfluidvolume": null;
54
+ "preamnioticfluidcharacterNote": null;
55
+ "amnioticfluidcharacter": null;
56
+ "amnioticfluidcharacterNote": null;
57
+ "amnioticfluidvolume": null;
58
+ "amnioticfluidtotalvolume": null;
59
+ "perineum": null;
60
+ "episiotomy": null;
61
+ "perineumlaceration": null;
62
+ "perineumsuture": null;
63
+ "perineumsutureNote": null;
64
+ "perineumNote": null;
65
+ "perineumHematoma": null;
66
+ "cervicalCondition": null;
67
+ "cervicalaceration": null;
68
+ "cervicalacerationNote": null;
69
+ "intrapartumhemorrhage": null;
70
+ "postpartumhemorrhage": null;
71
+ "postpartum2hour": null;
72
+ "postpartum2hourNote": null;
73
+ "oxytocin": null;
74
+ "particularrecords": null;
75
+ "risk": null;
76
+ "hiv": null;
77
+ "syphilis": null;
78
+ "hepatitisb": null;
79
+ "ultrosound": null;
80
+ "poor": null;
81
+ "downs": null;
82
+ "dna": null;
83
+ "prenatalDiagnosis": null;
84
+ "prenatalExam": null;
85
+ "pregnancyExam": null;
86
+ "edoc": null;
87
+ "eschool": null;
88
+ "pregexam": null;
89
+ "doc": null;
90
+ "mentality": null;
91
+ "operation": null;
92
+ "operationIndication": null;
93
+ "operationReason": null;
94
+ "complicatedDisease": null;
95
+ "caesareansectionhemorrhage": null;
96
+ "postpartumFundalHeight": null;
97
+ "anestheticWay": null;
98
+ "vaginalHematoma": null;
99
+ "complication": null;
100
+ "otherNote": null;
101
+ "labourWeek": null;
102
+ "labourDate": null;
103
+ "labourTime": null;
104
+ "midwife": null;
105
+ "mentor": null;
106
+ "operator": null;
107
+ "neonateNurser": null;
108
+ "neonateDoctor": null;
109
+ }