@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,83 @@
1
+ export interface IMchc_NursingBoard_PregnancyInfo {
2
+ admissionDate: null;
3
+ areaName: null;
4
+ areaNo: "001";
5
+ bedNo: "34";
6
+ blood: null;
7
+ blood_200ml: null;
8
+ blood_300ml: null;
9
+ blood_500ml: null;
10
+ blood_1000ml: null;
11
+ checkTotal: null;
12
+ checking: null;
13
+ dataName: null;
14
+ nurseLevel: null;
15
+ pregnancyName: string;
16
+ }
17
+ export interface IMchc_NursingBoard_SignFrequencySetting {
18
+ bloodGlucose: 4;
19
+ bloodPressure: 2;
20
+ sphygmus: 2;
21
+ temperature: 2;
22
+ doctor: IMchc_NursingBoard_MedicalPeople[];
23
+ midwife: IMchc_NursingBoard_MedicalPeople[];
24
+ nurse: IMchc_NursingBoard_MedicalPeople[];
25
+ }
26
+ export interface IMchc_NursingBoard_MedicalPeople {
27
+ name: "测试";
28
+ roleName: "";
29
+ telephone: "11";
30
+ }
31
+ export interface IMchc_NursingBoard_BedInfo {
32
+ bedNo: string;
33
+ diastolic: number;
34
+ nurseLevel: string;
35
+ pregnancyName: string;
36
+ sphygmus: number;
37
+ systolic: number;
38
+ temperature: number;
39
+ }
40
+ export interface IMchc_NursingBoard_InsideData {
41
+ bedInfo: IMchc_NursingBoard_BedInfo[];
42
+ inform: {
43
+ informContent: any[];
44
+ total: number;
45
+ };
46
+ nurseLevel: {
47
+ name: string;
48
+ pregnancyInfo: IMchc_NursingBoard_PregnancyInfo[];
49
+ total: number;
50
+ }[];
51
+ postpartumHemorrhage: {
52
+ dataName: string;
53
+ pregnancyInfoVMS: IMchc_NursingBoard_PregnancyInfo[];
54
+ }[];
55
+ vitalSigns: {
56
+ pregnancyInfo: IMchc_NursingBoard_PregnancyInfo[];
57
+ signName: "脉搏";
58
+ total: 83;
59
+ }[];
60
+ wardStatistics: {
61
+ admissionNow: 0;
62
+ bedInUseTotal: 83;
63
+ bedTotal: 51;
64
+ bedUnUseTotal: -32;
65
+ cesareanSection: 10;
66
+ deliveredNurse: 40;
67
+ deliveringNurse: 43;
68
+ discharged: 0;
69
+ epDeliveredNurse: null;
70
+ neonate: 23;
71
+ neonateMan: 7;
72
+ neonateWoman: 16;
73
+ postpartumHemorrhage: 32;
74
+ referralIn: 6;
75
+ referralInOut: 4;
76
+ wardStatisticsType: {
77
+ total: number;
78
+ typeName: string;
79
+ pregnancyInfo: IMchc_NursingBoard_PregnancyInfo[];
80
+ }[];
81
+ };
82
+ workLog: IMchc_NursingBoard_SignFrequencySetting;
83
+ }
@@ -0,0 +1,15 @@
1
+ export interface IMchc_NursingBoard_TodayWatchKeeperPeople {
2
+ "id": number;
3
+ "name": string;
4
+ "telephone": string;
5
+ }
6
+ export interface IMchc_NursingBoard_TodayWatchKeeper {
7
+ "firstDoctors": IMchc_NursingBoard_TodayWatchKeeperPeople[];
8
+ "secondDoctors": IMchc_NursingBoard_TodayWatchKeeperPeople[];
9
+ "masterDoctors": IMchc_NursingBoard_TodayWatchKeeperPeople[];
10
+ "labourRoomNurses": IMchc_NursingBoard_TodayWatchKeeperPeople[];
11
+ "fourFloorNurses": IMchc_NursingBoard_TodayWatchKeeperPeople[];
12
+ "fiveFloorNurses": IMchc_NursingBoard_TodayWatchKeeperPeople[];
13
+ "midlifeNurses": IMchc_NursingBoard_TodayWatchKeeperPeople[];
14
+ "masterNurses": IMchc_NursingBoard_TodayWatchKeeperPeople[];
15
+ }
@@ -0,0 +1,3 @@
1
+ export * from './IMchc_NursingBoard_Data';
2
+ export * from './IMchc_NursingBoard_InsideData';
3
+ export * from './IMchc_NursingBoard_TodayWatchKeeper';
@@ -0,0 +1,130 @@
1
+ import { ModelService } from "../../ModelService";
2
+ export interface IMchc_Pregnancy {
3
+ admissions: null;
4
+ age: null;
5
+ auditor: null;
6
+ auditorId: null;
7
+ auditorName: null;
8
+ birthInsurance: null;
9
+ birthPermit: null;
10
+ branchNO: null;
11
+ censusRegister: null;
12
+ checkIdNO: null;
13
+ closingDate: null;
14
+ closingGestationalWeek: null;
15
+ closingNote: null;
16
+ createdBy: null;
17
+ createdDate: "2022-05-05 16:05:46";
18
+ currentGestationalWeek: "--";
19
+ currentSystemTime: "2022-05-05";
20
+ customerService: null;
21
+ customerServiceBindDate: null;
22
+ customerServiceBindStatus: null;
23
+ customerServiceDiag: null;
24
+ datasource: null;
25
+ deleteFlag: false;
26
+ deliveryDate: null;
27
+ deliveryGestationalWeek: null;
28
+ deliveryMode: null;
29
+ deliveryPoint: null;
30
+ dob: null;
31
+ edd: null;
32
+ ethnic: null;
33
+ fetalMovements: null;
34
+ fetalcount: null;
35
+ firstRecord: null;
36
+ gender: null;
37
+ gravidity: null;
38
+ highriskGrade?: string;
39
+ highriskNote?: string;
40
+ id: 12;
41
+ idNO: null;
42
+ idType: null;
43
+ infection: null;
44
+ infectionNote?: string;
45
+ inpatientNO: null;
46
+ insuranceType: null;
47
+ lastModifiedBy: null;
48
+ lastModifiedDate: "2022-05-05 16:05:46";
49
+ lastVisitDate: null;
50
+ lmp: null;
51
+ maritalAge: null;
52
+ mpuid: null;
53
+ name: null;
54
+ outpatientNO: string;
55
+ parity: null;
56
+ partnerAge: null;
57
+ partnerPatientNO: null;
58
+ partnerPermanentResidenceAddress: null;
59
+ partnerResidenceAddress: null;
60
+ payment: null;
61
+ paymentDate: null;
62
+ periodState: null;
63
+ permanentResidenceAddress: null;
64
+ phi: null;
65
+ pregnancyCase: null;
66
+ prenatalVisitPlans: null;
67
+ printLetterOfConsent: null;
68
+ remark: null;
69
+ reviewDate: null;
70
+ sureEdd: null;
71
+ telephone: null;
72
+ triggerType: null;
73
+ ultrasoundExams: null;
74
+ prenatalExam: null;
75
+ sureEddModify: null;
76
+ uploadLog: null;
77
+ checkupNO: "22091104";
78
+ nationality: "中国";
79
+ nativeplace: "广东省";
80
+ maritalStatus: 1;
81
+ nearRelation: false;
82
+ maritalYears: null;
83
+ education: null;
84
+ occupation: "国家公务员";
85
+ workplace: null;
86
+ workPhone: null;
87
+ occupationDetail: null;
88
+ familyIncome: null;
89
+ residenceAddress: "广东省,揭阳市,揭西县&和谐街道,友爱社区居委会,富强小区4栋902";
90
+ postpartumAddress: "广东省,揭阳市,揭西县&和谐街道,友爱社区居委会,富强小区4栋902";
91
+ partnerName: "匡超";
92
+ partnerGender: null;
93
+ partnerDob: "1998-03-14";
94
+ partnerIdType: 1;
95
+ partnerIdNO: "440229199803141795";
96
+ partnerNationality: "中国";
97
+ partnerNativeplace: "广东省";
98
+ partnerEthnic: "汉族";
99
+ partnerTelephone: "13693315592";
100
+ partnerOccupation: "专业技术人员";
101
+ partnerWorkplace: null;
102
+ partnerOccupationDetail: null;
103
+ gestationalWeek: null;
104
+ createDate: null;
105
+ modifyDate: null;
106
+ validateDate: "2022-09-11";
107
+ note: null;
108
+ recordsrc: null;
109
+ recordstate: "1" | "0" | "6";
110
+ spinsterhoodName: null;
111
+ spinsterhoodTelephone: null;
112
+ spinsterhoodRelation: null;
113
+ referrals: [];
114
+ familyHistory: null;
115
+ procedureHistory: null;
116
+ diseaseHistory: null;
117
+ allergyHistory: null;
118
+ partnerProfile: null;
119
+ personalProfile: null;
120
+ menstrualHistory: null;
121
+ transfusionHistory: null;
122
+ pregnancyHistories: [];
123
+ ultrasounds: [];
124
+ riskRecords: [];
125
+ diagnoses: [];
126
+ organization: null;
127
+ bloodPressures: [];
128
+ bloodGlucoses: [];
129
+ }
130
+ export declare const SMchc_Pregnancy: ModelService<IMchc_Pregnancy>;
@@ -0,0 +1,124 @@
1
+ export * from './types';
2
+ import { IMchc_Questionnaire, IMchc_QuestionWrite, IMchc_WriteRecord } from './types';
3
+ import { IMchc_Pregnancy } from '../Pregnancy';
4
+ import { ICommonOption } from '@lm_fe/env';
5
+ interface IFuck_Option {
6
+ questionId: number;
7
+ questionType: number;
8
+ optionIndex: string;
9
+ }
10
+ interface IFuck_ParamVO {
11
+ outpatientNo: string;
12
+ questionnaireId: number;
13
+ beginTime: string;
14
+ endTime: string;
15
+ beginFillDate: string;
16
+ endFillDate: string;
17
+ beginTotalScore: number;
18
+ endTotalScore: number;
19
+ questionOptionList: IFuck_Option[];
20
+ }
21
+ export declare function makeGoodQuestionnaire(remoteData: IMchc_Questionnaire): IMchc_Questionnaire;
22
+ export declare const SMchc_Questionnaire: {
23
+ fk_list(): Promise<IMchc_Questionnaire[]>;
24
+ to_options(): Promise<ICommonOption[]>;
25
+ fk_byId(id: number): Promise<IMchc_Questionnaire>;
26
+ fk_save(data: Omit<Partial<IMchc_QuestionWrite & {
27
+ questionnaireId: number;
28
+ }>, "questionnaire">): Promise<any>;
29
+ fk_getResult(reqData: Omit<Partial<IFuck_ParamVO>, "beginFillDate" | "endFillDate"> & {
30
+ fillDate: Moment[];
31
+ }, page?: number, size?: number): Promise<IMchc_QuestionWrite[]>;
32
+ fk_downloadResult(reqData: Omit<Partial<IFuck_ParamVO>, "beginFillDate" | "endFillDate"> & {
33
+ fillDate: Moment[];
34
+ }, page?: number, size?: number): Promise<Blob>;
35
+ fk_getResultById(id: number): Promise<IMchc_QuestionWrite>;
36
+ fk_getWriterRecords(preg?: Partial<IMchc_Pregnancy>): Promise<IMchc_WriteRecord[]>;
37
+ ignore_usr?: boolean;
38
+ ignore_env?: boolean;
39
+ eventTypeStore: any;
40
+ addictionalParams: import("@lm_fe/utils").AnyObject;
41
+ name: string;
42
+ needPageSuffix: boolean;
43
+ needTransferParams: boolean;
44
+ needTransferSourceData: boolean;
45
+ useListSourceCount: boolean;
46
+ fuckPage: boolean;
47
+ get_fuck_page?: import("../../../ModelService").T_GET_FUCK_PAGE;
48
+ prePath: string;
49
+ preFix: string;
50
+ page(options?: import("../../..").TPageOption): Promise<{
51
+ data: IMchc_Questionnaire[];
52
+ pagination: {
53
+ total: any;
54
+ current: any;
55
+ pageSize: any;
56
+ };
57
+ }>;
58
+ getFuckPage(options?: import("@lm_fe/utils").IRequest_AxiosRequestConfig): Promise<{
59
+ pageData: IMchc_Questionnaire[];
60
+ pageNumber: number;
61
+ pageSize: number;
62
+ totalElements: number;
63
+ totalPages: number;
64
+ }>;
65
+ getList(options?: import("axios").AxiosRequestConfig, listPath?: string): Promise<IMchc_Questionnaire[]>;
66
+ getCount(options?: import("axios").AxiosRequestConfig): Promise<number>;
67
+ getOne(id: number | string, data?: import("axios").AxiosRequestConfig): Promise<IMchc_Questionnaire>;
68
+ exportGet(): Promise<any>;
69
+ exportPost(data: Partial<IMchc_Questionnaire>): Promise<import("axios").AxiosResponse<any, any>>;
70
+ export(data: Partial<IMchc_Questionnaire>): Promise<any>;
71
+ print(data: Partial<IMchc_Questionnaire>): Promise<any>;
72
+ sync(data: any): Promise<IMchc_Questionnaire>;
73
+ del(id?: number | string, data?: import("axios").AxiosRequestConfig): Promise<import("../../..").IResponseDataType<boolean>>;
74
+ post(data: Partial<IMchc_Questionnaire>, c?: import("@lm_fe/utils").IRequest_AxiosRequestConfig): Promise<IMchc_Questionnaire>;
75
+ put(data: Partial<IMchc_Questionnaire>, c?: import("@lm_fe/utils").IRequest_AxiosRequestConfig): Promise<IMchc_Questionnaire>;
76
+ postOrPut(data: Partial<IMchc_Questionnaire>): Promise<IMchc_Questionnaire>;
77
+ tranferGetOption(options?: import("axios").AxiosRequestConfig): import("axios").AxiosRequestConfig<any>;
78
+ transferSubmitData(data: Partial<IMchc_Questionnaire>): {};
79
+ transferParams(data: any): {};
80
+ _transferParamsKeyAndValue(k: string, v: any): {
81
+ [x: string]: any;
82
+ };
83
+ exceptionKeys: string[];
84
+ containsKeys: string[];
85
+ equalsKeys: string[];
86
+ DateTimeKeys: string[];
87
+ jsonKeys: string[];
88
+ DateKeys: string[];
89
+ TimeKeys: string[];
90
+ DateMinute: string[];
91
+ transferParamsKey(key: string, value: any): string;
92
+ transferParamsValue(key: string, value: any): any;
93
+ transferSourceData: <T = any>(data: T) => T;
94
+ getAdvancedValue: (key: string, value: any) => any;
95
+ getPath(path?: string): string;
96
+ _request<T>(config: import("@lm_fe/utils").IRequest_AxiosRequestConfig): Promise<import("../../..").IResponseDataType<T>>;
97
+ getDataArr<T = any>(res: import("../../..").IResponseDataType<T>): T;
98
+ getUrl(url: string, action?: string): string;
99
+ _get<T>(path: string, config?: import("axios").AxiosRequestConfig): Promise<T>;
100
+ _delete<T>(path: string, config?: import("axios").AxiosRequestConfig): Promise<import("../../..").IResponseDataType<boolean>>;
101
+ _add<T>(path: string, data?: any, config?: import("axios").AxiosRequestConfig): Promise<T>;
102
+ _sync<T>(path: string, data?: any, config?: import("axios").AxiosRequestConfig): Promise<T>;
103
+ _update<T>(path: string, data?: any, config?: import("axios").AxiosRequestConfig): Promise<T>;
104
+ _export<T>(path: string, data?: any, config?: import("axios").AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
105
+ _print<T>(path: string, data?: any, config?: import("axios").AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
106
+ events: {};
107
+ addListener<T extends never>(event: T, listener: (...args: {}[T]) => void): /*elided*/ any;
108
+ on<T extends never>(event: T, listener: (...args: {}[T]) => void): /*elided*/ any;
109
+ on_cb<T extends never>(event: T, listener: (...args: {}[T]) => void): (...args: {}[T]) => void;
110
+ on_rm<T extends never>(event: T, listener: (...args: {}[T]) => void): () => void;
111
+ emit<T extends never>(event: T, ...args: {}[T]): boolean;
112
+ removeAllListeners<T extends never>(event: T): /*elided*/ any;
113
+ off<T extends never>(event: T, listener: (...args: {}[T]) => void): /*elided*/ any;
114
+ once<T extends never>(event: T, listener: (...args: {}[T]) => void): /*elided*/ any;
115
+ prependListener<T extends never>(event: never, listener: (...args: any[]) => void): /*elided*/ any;
116
+ prependOnceListener<T extends never>(event: never, listener: (...args: any[]) => void): /*elided*/ any;
117
+ removeListener<T extends never>(event: never, listener: (...args: any[]) => void): /*elided*/ any;
118
+ setMaxListeners(n: number): /*elided*/ any;
119
+ getMaxListeners(): number;
120
+ listeners<T extends never>(event: never): Function[];
121
+ rawListeners<T extends never>(event: never): Function[];
122
+ eventNames(): never[];
123
+ listenerCount(type: string): number;
124
+ };
@@ -0,0 +1,89 @@
1
+ export interface IMchc_QuestionLogic {
2
+ bind: number;
3
+ selectOption: number[];
4
+ }
5
+ export interface IMchc_QuestionOption {
6
+ deleteFlag: number;
7
+ fillTemplate: string;
8
+ id: number;
9
+ inputBoxRequired: number;
10
+ optionIndex: number;
11
+ optionScore: number;
12
+ optionTitle: string;
13
+ questionType: number;
14
+ }
15
+ export interface IMchc_QuestionItem {
16
+ deleteFlag: number;
17
+ id: number;
18
+ logic?: IMchc_QuestionLogic;
19
+ logicJson: string;
20
+ questionIndex: number;
21
+ questionOptionList?: IMchc_QuestionOption[];
22
+ questionTitle: string;
23
+ questionType: number;
24
+ fullscreen: boolean;
25
+ required: number;
26
+ }
27
+ export interface IMchc_QuestionGroup {
28
+ groupTitle: string;
29
+ groupIndex: number;
30
+ groupDescription: string;
31
+ questionIndexList: number[];
32
+ code: string;
33
+ }
34
+ export interface IMchc_Questionnaire {
35
+ createDate: string;
36
+ creator: string;
37
+ deleteFlag: number;
38
+ description: string;
39
+ groupVOList?: IMchc_QuestionGroup[];
40
+ id: number;
41
+ publisher: null;
42
+ questionList?: IMchc_QuestionItem[];
43
+ questionnaireTitle: string;
44
+ release: number;
45
+ releaseTime: null;
46
+ releaseType: number;
47
+ }
48
+ export interface IMchc_QuestionWrite {
49
+ beginTime: string;
50
+ endTime: string;
51
+ id: number;
52
+ outpatientNo: string;
53
+ isAnswer: number;
54
+ totalScore: number;
55
+ createTime: string;
56
+ questionnaire: IMchc_Questionnaire;
57
+ age: number;
58
+ expandField1: string;
59
+ expandField2: string;
60
+ expandField3: string;
61
+ expandField4: string;
62
+ fillDate: string;
63
+ name: string;
64
+ pushType: string;
65
+ questionnaireId: number;
66
+ questionnaireTitle: string;
67
+ residenceAddress: string;
68
+ telephone: string;
69
+ writeDetailList: {
70
+ questionId: number;
71
+ questionResult: string;
72
+ optionIndex: string;
73
+ outpatientNo?: string;
74
+ questionnaireId?: number;
75
+ beginTime?: string;
76
+ endTime?: string;
77
+ id?: number;
78
+ writerId?: number;
79
+ }[];
80
+ }
81
+ export interface IMchc_WriteRecord {
82
+ fillDate: string;
83
+ id: number;
84
+ outpatientNo: string;
85
+ isAnswer: number;
86
+ questionnaireId: number;
87
+ totalScore: number;
88
+ }
89
+ export declare function makeGoodQuestionnaire(remoteData: IMchc_Questionnaire): IMchc_Questionnaire;
@@ -0,0 +1,43 @@
1
+ import { TIdTypeCompatible } from "src/types";
2
+ import { ModelService } from "../../../ModelService";
3
+ import { IMchc_Pregnancy } from "../Pregnancy";
4
+ export interface IMchc_SyphilisManage {
5
+ id: TIdTypeCompatible;
6
+ referral: boolean;
7
+ consent: boolean;
8
+ tppa: string;
9
+ trust: string;
10
+ syphilisTreatments: {
11
+ id: TIdTypeCompatible;
12
+ syphilisInjections: {
13
+ id: TIdTypeCompatible;
14
+ injectionDate: "2022-09-06";
15
+ gesweek: string;
16
+ injectionResult: "已执行";
17
+ executeDate: null;
18
+ user: null;
19
+ }[];
20
+ }[];
21
+ syphilisFollowUps: {
22
+ id: TIdTypeCompatible;
23
+ reportDate: "2022-09-06";
24
+ tppa: null;
25
+ trust: string;
26
+ }[];
27
+ pregnancy: IMchc_Pregnancy;
28
+ }
29
+ export interface IMchc_HBvManage {
30
+ id: TIdTypeCompatible;
31
+ "hbsag": "wewe";
32
+ "hbsab": "sdf";
33
+ "hbeag": null;
34
+ "hbeab": null;
35
+ "hbcab": null;
36
+ "hbvDna": null;
37
+ "useDrug": null;
38
+ "drugContent": null;
39
+ "useDrugWeek": null;
40
+ pregnancy: IMchc_Pregnancy;
41
+ }
42
+ export declare const SMchc_SyphilisManage: ModelService<IMchc_SyphilisManage>;
43
+ export declare const SMchc_HBvManage: ModelService<IMchc_HBvManage>;
@@ -0,0 +1,150 @@
1
+ import { ModelService } from "../../../ModelService";
2
+ import { IMchc_FormDescriptions_Field_Nullable_Arr } from "../FormDescriptions";
3
+ export interface IMchc_TableConfig {
4
+ "id": 16;
5
+ "initialSearchValue": any;
6
+ searchParams: any;
7
+ tableColumns: any;
8
+ searchConfig: any;
9
+ watchScript: any;
10
+ "name": string;
11
+ "dept": string;
12
+ "apiPrefix": string;
13
+ "title": string;
14
+ "rowKey": string;
15
+ handleBeforePopup: any;
16
+ genColumns: any;
17
+ beforeSubmit: any;
18
+ "showAction": number;
19
+ "category": null;
20
+ "needSync": number;
21
+ "needPrint": null;
22
+ "showAdd": number;
23
+ "showExport": number;
24
+ "deleteFlag": false;
25
+ "renderExtraBtns": any;
26
+ }
27
+ declare class Mchc_TableConfig_Service extends ModelService<IMchc_TableConfig> {
28
+ process_remote(config: IMchc_TableConfig, props?: any): {
29
+ id: 16;
30
+ initialSearchValue: any;
31
+ searchParams: any;
32
+ tableColumns: any;
33
+ searchConfig: any;
34
+ watchScript: any;
35
+ name: string;
36
+ dept: string;
37
+ apiPrefix: string;
38
+ title: string;
39
+ rowKey: string;
40
+ handleBeforePopup: any;
41
+ genColumns: any;
42
+ beforeSubmit: any;
43
+ showAction: number;
44
+ category: null;
45
+ needSync: number;
46
+ needPrint: null;
47
+ showAdd: number;
48
+ showExport: number;
49
+ deleteFlag: false;
50
+ renderExtraBtns: any;
51
+ };
52
+ process_local(config: Partial<IMchc_TableConfig>, props?: any): Promise<{
53
+ id?: 16 | undefined;
54
+ initialSearchValue?: any;
55
+ searchParams?: any;
56
+ tableColumns?: any;
57
+ searchConfig?: any;
58
+ watchScript?: any;
59
+ name?: string | undefined;
60
+ dept?: string | undefined;
61
+ apiPrefix?: string | undefined;
62
+ title?: string | undefined;
63
+ rowKey?: string | undefined;
64
+ handleBeforePopup?: any;
65
+ genColumns?: any;
66
+ beforeSubmit?: any;
67
+ showAction?: number | undefined;
68
+ category?: null | undefined;
69
+ needSync?: number | undefined;
70
+ needPrint?: null | undefined;
71
+ showAdd?: number | undefined;
72
+ showExport?: number | undefined;
73
+ deleteFlag?: false | undefined;
74
+ renderExtraBtns?: any;
75
+ }>;
76
+ transfer_fn_to_string(fd: IMchc_FormDescriptions_Field_Nullable_Arr): {
77
+ usr1?: any;
78
+ usr2?: any;
79
+ remote_filter_key?: string;
80
+ history_conf?: {
81
+ "columnCode": "nt";
82
+ "columnValue": null;
83
+ "isNormal": null;
84
+ "isOut": null;
85
+ "reportId": null;
86
+ "history": null;
87
+ "report": null;
88
+ };
89
+ siblings?: import("../FormDescriptions").IMchc_FormDescriptions_Field_Nullable<false>[] | undefined;
90
+ parent?: import("../FormDescriptions").IMchc_FormDescriptions_Field_Nullable<false> | undefined;
91
+ __format?: boolean;
92
+ createdTime?: string;
93
+ deletedTime?: string;
94
+ id?: number;
95
+ inputType?: import("../FormDescriptions/types/InputType").IMchc_FormDescriptions_InputType;
96
+ isActive?: number | boolean;
97
+ isNewRow?: number | boolean;
98
+ key?: string;
99
+ dataIndex?: string | string[];
100
+ label?: string;
101
+ title?: string;
102
+ width?: number;
103
+ offset?: number;
104
+ push?: number;
105
+ pull?: number;
106
+ sort?: number;
107
+ align?: "center";
108
+ fixed?: "left" | "right";
109
+ required?: boolean | (() => boolean);
110
+ ellipsis?: {
111
+ showTitle?: boolean;
112
+ } | boolean;
113
+ updatedTime?: string;
114
+ span?: number;
115
+ containerType?: "section(default)" | "tabs" | "plain";
116
+ collapsed?: boolean;
117
+ styles?: import("@lm_fe/utils").AnyObject | undefined;
118
+ props?: import("../FormDescriptions").IMchc_FormDescriptions_InputProps | undefined;
119
+ inputProps?: import("../FormDescriptions").IMchc_FormDescriptions_InputProps | undefined;
120
+ inputPropsFn?: (() => import("../FormDescriptions").IMchc_FormDescriptions_InputProps) | undefined;
121
+ formItemLayout?: import("../FormDescriptions/types/FormItemLayout").IMchc_FormDescriptions_FormItemLayout | undefined;
122
+ rules?: import("../FormDescriptions/types/Rules").IMchc_FormDescriptions_Rules | undefined;
123
+ specialConfig?: import("../FormDescriptions/types/SpecialConfig").IMchc_FormDescriptions_SpecialConfig | undefined;
124
+ tranferRules?: import("../FormDescriptions/types/TranferRules").IMchc_FormDescriptions_TranferRules | undefined;
125
+ render?: ((value: any, rowData: any, index: number) => React.ReactNode) | undefined;
126
+ disabled_check?: boolean;
127
+ name?: string | undefined;
128
+ hidden?: boolean | undefined;
129
+ form_hidden?: boolean | undefined;
130
+ input_type?: any;
131
+ special_config?: any;
132
+ tranfer_rules?: any;
133
+ input_props?: any;
134
+ form_item_layout?: any;
135
+ labelCol?: any;
136
+ wrapperCol?: any;
137
+ layout?: string | undefined;
138
+ fields?: import("../FormDescriptions").IMchc_FormDescriptions_Field_Nullable<false>[] | undefined;
139
+ children?: import("../FormDescriptions").IMchc_FormDescriptions_Field_Nullable<false>[] | undefined;
140
+ filterType?: import("../FormDescriptions").IMchc_FormDescriptions_FilterType;
141
+ showDeps?: import("@lm_fe/utils").AnyObject<any[] | ((v: any) => boolean)> | ((f: import("antd").FormInstance) => boolean);
142
+ requiredDeps?: import("@lm_fe/utils").AnyObject<any[] | ((v: any) => boolean)> | ((f: import("antd").FormInstance) => boolean);
143
+ disabledDeps?: import("@lm_fe/utils").AnyObject<any[] | ((v: any) => boolean)> | ((f: import("antd").FormInstance) => boolean);
144
+ processRemote?: ((v: any, form?: import("antd").FormInstance) => any) | undefined;
145
+ processLocal?: ((v: any, form?: import("antd").FormInstance) => any) | undefined;
146
+ checkWarn?: ((v: any, form?: import("antd").FormInstance) => boolean) | undefined;
147
+ }[];
148
+ }
149
+ export declare const SMchc_TableConfig: Mchc_TableConfig_Service;
150
+ export {};
@@ -0,0 +1,25 @@
1
+ export interface IMchc_TableConfig {
2
+ "id": 16;
3
+ "initialSearchValue": any;
4
+ searchParams: any;
5
+ tableColumns: any;
6
+ searchConfig: any;
7
+ watchScript: any;
8
+ "name": string;
9
+ "dept": string;
10
+ "apiPrefix": string;
11
+ "title": string;
12
+ "rowKey": string;
13
+ handleBeforePopup: any;
14
+ genColumns: any;
15
+ beforeSubmit: any;
16
+ "showAction": number;
17
+ "category": null;
18
+ "needSync": number;
19
+ "needPrint": null;
20
+ "showAdd": null;
21
+ "showExport": number;
22
+ "deleteFlag": false;
23
+ }
24
+ export declare function format_fn_string(config: any, name: string): void;
25
+ export declare function make_bf_script_field(fd?: any, example?: boolean): string;