@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
package/README.md ADDED
@@ -0,0 +1,31 @@
1
+ # yargs-parser
2
+
3
+
4
+
5
+ The mighty option parser used by.
6
+
7
+
8
+
9
+
10
+ ## Example
11
+
12
+ ```sh
13
+ npm i yargs-parser --save
14
+ ```
15
+
16
+
17
+ **Node.js:**
18
+
19
+ ```js
20
+ import parser from 'yargs-parser'
21
+
22
+ const argv = parser('--foo=99 --bar=9987930', {
23
+ string: ['bar']
24
+ })
25
+ console.log(argv)
26
+ ```
27
+
28
+
29
+ ## License
30
+
31
+ ISC
@@ -0,0 +1,126 @@
1
+ import { AnyObject, EventEmitter, IRequest_AxiosRequestConfig } from '@lm_fe/utils';
2
+ import { AxiosRequestConfig } from 'axios';
3
+ import { IResponseDataType, TPageOption } from './common';
4
+ import { TIdTypeCompatible } from './types';
5
+ interface IConfig {
6
+ ignore_usr?: boolean;
7
+ ignore_env?: boolean;
8
+ n?: string;
9
+ prePath?: string;
10
+ get_fuck_page?: T_GET_FUCK_PAGE;
11
+ addictionalParams?: AnyObject;
12
+ needTransferParams?: boolean;
13
+ needTransferSourceData?: boolean;
14
+ apiPrefix?: string;
15
+ onErrMessage?: typeof ModelService['onErrMessage'];
16
+ useListSourceCount?: boolean;
17
+ fuckPage?: boolean;
18
+ useFuckHeader?: boolean;
19
+ }
20
+ interface IBaseRequse<T> {
21
+ page(options?: TPageOption): Promise<{
22
+ data: T[];
23
+ pagination: {
24
+ total: number;
25
+ current: any;
26
+ pageSize: any;
27
+ };
28
+ }>;
29
+ getList(options?: AxiosRequestConfig): Promise<T[]>;
30
+ getCount?(options?: AxiosRequestConfig): Promise<number>;
31
+ getOne(id: number | string, data?: AxiosRequestConfig): Promise<T>;
32
+ del(id?: number | string, data?: AxiosRequestConfig): Promise<IResponseDataType<boolean>>;
33
+ post(data: Partial<T>): Promise<T>;
34
+ put(data: Partial<T>): Promise<T>;
35
+ export?(data?: Partial<T>): Promise<any>;
36
+ }
37
+ export declare class ModelService<T extends {
38
+ id?: TIdTypeCompatible;
39
+ } = any> extends EventEmitter<{}> implements IBaseRequse<T> {
40
+ ignore_usr?: boolean;
41
+ ignore_env?: boolean;
42
+ eventTypeStore: any;
43
+ addictionalParams: AnyObject;
44
+ name: string;
45
+ needPageSuffix: boolean;
46
+ needTransferParams: boolean;
47
+ needTransferSourceData: boolean;
48
+ useListSourceCount: boolean;
49
+ fuckPage: boolean;
50
+ get_fuck_page?: T_GET_FUCK_PAGE;
51
+ prePath: string;
52
+ preFix: string;
53
+ static CONFIG: {
54
+ successCode: number[];
55
+ };
56
+ static onErrMessage?: (r: {
57
+ code: number;
58
+ msg: string;
59
+ res: any;
60
+ }) => void;
61
+ constructor(data?: IConfig);
62
+ page(options?: TPageOption): Promise<{
63
+ data: T[];
64
+ pagination: {
65
+ total: any;
66
+ current: any;
67
+ pageSize: any;
68
+ };
69
+ }>;
70
+ getFuckPage(options?: IRequest_AxiosRequestConfig): Promise<{
71
+ pageData: T[];
72
+ pageNumber: number;
73
+ pageSize: number;
74
+ totalElements: number;
75
+ totalPages: number;
76
+ }>;
77
+ getList(options?: AxiosRequestConfig, listPath?: string): Promise<T[]>;
78
+ getCount(options?: AxiosRequestConfig): Promise<number>;
79
+ getOne(id: number | string, data?: AxiosRequestConfig): Promise<T>;
80
+ exportGet(): Promise<any>;
81
+ exportPost(data: Partial<T>): Promise<import("axios").AxiosResponse<any, any>>;
82
+ export(data: Partial<T>): Promise<any>;
83
+ print(data: Partial<T>): Promise<any>;
84
+ sync(data: any): Promise<T>;
85
+ del(id?: number | string, data?: AxiosRequestConfig): Promise<IResponseDataType<boolean>>;
86
+ post(data: Partial<T>, c?: IRequest_AxiosRequestConfig): Promise<T>;
87
+ put(data: Partial<T>, c?: IRequest_AxiosRequestConfig): Promise<T>;
88
+ postOrPut(data: Partial<T>): Promise<T>;
89
+ tranferGetOption(options?: AxiosRequestConfig): AxiosRequestConfig<any>;
90
+ transferSubmitData(data: Partial<T>): {};
91
+ transferParams(data: any): {};
92
+ _transferParamsKeyAndValue(k: string, v: any): {
93
+ [x: string]: any;
94
+ };
95
+ exceptionKeys: string[];
96
+ containsKeys: string[];
97
+ equalsKeys: string[];
98
+ DateTimeKeys: string[];
99
+ jsonKeys: string[];
100
+ DateKeys: string[];
101
+ TimeKeys: string[];
102
+ DateMinute: string[];
103
+ transferParamsKey(key: string, value: any): string;
104
+ transferParamsValue(key: string, value: any): any;
105
+ transferSourceData: <T = any>(data: T_1) => T_1;
106
+ getAdvancedValue: (key: string, value: any) => any;
107
+ getPath(path?: string): string;
108
+ _request<T>(config: IRequest_AxiosRequestConfig): Promise<IResponseDataType<T>>;
109
+ getDataArr<T = any>(res: IResponseDataType<T>): T;
110
+ getUrl(url: string, action?: string): string;
111
+ _get<T>(path: string, config?: AxiosRequestConfig): Promise<T>;
112
+ _delete<T>(path: string, config?: AxiosRequestConfig): Promise<IResponseDataType<boolean>>;
113
+ _add<T>(path: string, data?: any, config?: AxiosRequestConfig): Promise<T>;
114
+ _sync<T>(path: string, data?: any, config?: AxiosRequestConfig): Promise<T>;
115
+ _update<T>(path: string, data?: any, config?: AxiosRequestConfig): Promise<T>;
116
+ _export<T>(path: string, data?: any, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
117
+ _print<T>(path: string, data?: any, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
118
+ }
119
+ export type T_GET_FUCK_PAGE<T = any> = (options?: IRequest_AxiosRequestConfig) => Promise<{
120
+ pageData: T[];
121
+ pageNumber: number;
122
+ pageSize: number;
123
+ totalElements: number;
124
+ totalPages: number;
125
+ }>;
126
+ export {};
@@ -0,0 +1,18 @@
1
+ import { ModelService } from './ModelService';
2
+ import { IRequest_AxiosRequestConfig } from '@lm_fe/utils';
3
+ export type IPageData = Partial<{
4
+ page: number;
5
+ size: number;
6
+ [x: string]: any;
7
+ }>;
8
+ export type IResponseDataType<T> = {
9
+ data: T;
10
+ code: 500 | 200 | 1 | 0;
11
+ msg?: string;
12
+ _XTotalCount?: string | number;
13
+ };
14
+ export type TPageOption = IRequest_AxiosRequestConfig & {
15
+ params?: IPageData;
16
+ };
17
+ export declare function registerErrHandler(fn: typeof ModelService.onErrMessage): void;
18
+ export declare function configService(data?: Partial<typeof ModelService.CONFIG>): void;
@@ -0,0 +1 @@
1
+ export * from './tow_cancer';
@@ -0,0 +1,8 @@
1
+ import { ModelService } from "../../../ModelService";
2
+ import { IFubao_BreastCancerScreening } from "../BreastCancerScreening";
3
+ export * from './type';
4
+ declare class BreastCancerRecord_Service extends ModelService<IFubao_BreastCancerScreening> {
5
+ getOne(id: any): Promise<IFubao_BreastCancerScreening>;
6
+ postOrPut(_data: IFubao_BreastCancerScreening): Promise<IFubao_BreastCancerScreening>;
7
+ }
8
+ export declare const SFubao_BreastCancerRecord: BreastCancerRecord_Service;
@@ -0,0 +1,7 @@
1
+ export interface IFubao_BreastCancerRecord {
2
+ "id": 94;
3
+ "deleteFlag": 0;
4
+ "BreastCancerScreeningId": 94;
5
+ "BreastCancerScreeningCheckDate": "2023-11-27";
6
+ "BreastCancerScreeningScreeningSuggest": "定期检查";
7
+ }
@@ -0,0 +1,3 @@
1
+ import { IFubao_BreastCancerScreening } from "../BreastCancerScreening";
2
+ export declare function processTwoCancer_remote(data: IFubao_BreastCancerScreening): IFubao_BreastCancerScreening;
3
+ export declare function processTwoCancer_local(_data: IFubao_BreastCancerScreening): IFubao_BreastCancerScreening;
@@ -0,0 +1,13 @@
1
+ import { ModelService } from "../../../ModelService";
2
+ import { IFubao_BreastCancerScreening } from './type';
3
+ import { TIdTypeCompatible } from "src/types";
4
+ export * from './type';
5
+ declare class BreastCancerScreening_Service extends ModelService<IFubao_BreastCancerScreening> {
6
+ getOne(id: any): Promise<IFubao_BreastCancerScreening>;
7
+ new_post(_data: {
8
+ breastCancerScreening: IFubao_BreastCancerScreening;
9
+ twoCancerScreeningId: TIdTypeCompatible;
10
+ }): Promise<IFubao_BreastCancerScreening>;
11
+ new_put(_data: IFubao_BreastCancerScreening): Promise<IFubao_BreastCancerScreening>;
12
+ }
13
+ export declare const SFubao_BreastCancerScreening: BreastCancerScreening_Service;
@@ -0,0 +1,61 @@
1
+ import { ICommonOption } from "@lm_fe/env";
2
+ import { IFubao_womenHealthcareMenstrualHistory, IFubao_womenHealthcarePhysicalExamination } from "../types";
3
+ export interface IFubao_BreastCancerScreening {
4
+ "id": 53;
5
+ "breastCancerRecordNo": "2023RX0019";
6
+ "screeningType": "乳腺癌筛查";
7
+ "checkDate": "2023-12-07";
8
+ "screeningSuggest": "定期检查";
9
+ "deleteFlag": 0;
10
+ "womenHealthcarePhysicalExamination": IFubao_womenHealthcarePhysicalExamination;
11
+ "womenHealthcareMenstrualHistory": IFubao_womenHealthcareMenstrualHistory;
12
+ "breastCancerMedicalHistory": {
13
+ "id": 42;
14
+ "previousBreastScreening": 1;
15
+ "previousBreastScreeningNote": string;
16
+ "previousBreastScreening__": ICommonOption[];
17
+ "breastSurgeryOrBiopsy": 1;
18
+ "breastSurgeryOrBiopsyNote": string;
19
+ "breastSurgeryOrBiopsy__": ICommonOption[];
20
+ "hormoneReplacementTherapyHistory": 1;
21
+ "hormoneReplacementTherapyHistoryNote": 1;
22
+ "hormoneReplacementTherapyHistory__": 1;
23
+ "familyTumorHistory": "11:有:父母+222:有:子女";
24
+ "breastCancerVOS": [];
25
+ "ovarianCancerVOS": [];
26
+ "deleteFlag": 0;
27
+ "familyTumorHistoryVOS": {
28
+ "tumorName": "222";
29
+ "patientName": "有";
30
+ "relationshipWithPatients": "子女";
31
+ }[];
32
+ };
33
+ "breastCancerBreastPalpation": {
34
+ "id": 50;
35
+ "leftBreastSignsNote": "{\"checkedValues\":[0,5,1],\"withInputValues\":[null,{\"key\":1,\"value\":{\"0\":\"123\"}},null,null,null,{\"key\":5,\"value\":{\"0\":\"222\"}}]}";
36
+ "leftBreastSymptomsNote": "{\"checkedValues\":[0,1,2],\"withInputValues\":[null,{\"key\":1,\"value\":{\"0\":\"周期性\"}},{\"key\":2,\"value\":{\"0\":\"血性\"}}]}";
37
+ "rightBreastSignsNote": "{\"checkedValues\":[0,5,1,2],\"withInputValues\":[null,{\"key\":1,\"value\":{\"0\":\"最大直径 cm\"}},{\"key\":2,\"value\":{\"0\":\"123\"}},null,null,{\"key\":5,\"value\":{\"0\":\"22\"}}]}";
38
+ "rightBreastSymptomsNote": "{\"checkedValues\":[0,1],\"withInputValues\":[null,{\"key\":1,\"value\":{\"0\":\"周期性\"}}]}";
39
+ "other": "111";
40
+ "deleteFlag": 0;
41
+ "rightBreastSymptomsNoteVOS": [];
42
+ "leftBreastSymptomsNoteVOS": [];
43
+ "rightBreastSignsNoteVOS": [];
44
+ "leftBreastSignsNoteVOS": [];
45
+ };
46
+ "breastCancerAuxiliaryExamination": {
47
+ "id": 58;
48
+ "breastUltrasoundExamination": 2;
49
+ "breastXBiRadsExamination": 2;
50
+ "other": "111";
51
+ "deleteFlag": 0;
52
+ };
53
+ "breastCancerDiagnosisAndGuidance": {
54
+ "id": 64;
55
+ "screeningDiagnosis": 1;
56
+ "screeningSuggest": "定期检查";
57
+ "checkUnit": "111";
58
+ "checkDate": "2023-12-07";
59
+ "deleteFlag": 0;
60
+ };
61
+ }
@@ -0,0 +1,3 @@
1
+ import { IFubao_BreastCancerScreening } from "./type";
2
+ export declare function processTwoCancer_remote(data: IFubao_BreastCancerScreening): IFubao_BreastCancerScreening;
3
+ export declare function processTwoCancer_local(_data: IFubao_BreastCancerScreening): IFubao_BreastCancerScreening;
@@ -0,0 +1,8 @@
1
+ import { ModelService } from "../../../ModelService";
2
+ import { IFubao_CervicalCancerScreening } from "../CervicalCancerScreening";
3
+ export * from './type';
4
+ declare class CervicalCancerRecord_Service extends ModelService<IFubao_CervicalCancerScreening> {
5
+ getOne(id: any): Promise<IFubao_CervicalCancerScreening>;
6
+ postOrPut(_data: IFubao_CervicalCancerScreening): Promise<IFubao_CervicalCancerScreening>;
7
+ }
8
+ export declare const SFubao_CervicalCancerRecord: CervicalCancerRecord_Service;
@@ -0,0 +1,7 @@
1
+ export interface IFubao_CervicalCancerRecord {
2
+ "id": number;
3
+ "deleteFlag": number;
4
+ "cervicalCancerScreeningId": number;
5
+ "cervicalCancerScreeningCheckDate": "2023-11-27";
6
+ "cervicalCancerScreeningScreeningSuggest": "定期检查";
7
+ }
@@ -0,0 +1,3 @@
1
+ import { IFubao_CervicalCancerScreening } from "../CervicalCancerScreening";
2
+ export declare function processTwoCancer_remote(data: IFubao_CervicalCancerScreening): IFubao_CervicalCancerScreening;
3
+ export declare function processTwoCancer_local(_data: IFubao_CervicalCancerScreening): IFubao_CervicalCancerScreening;
@@ -0,0 +1,8 @@
1
+ import { ModelService } from "../../../ModelService";
2
+ import { IFubao_CervicalCancerScreening } from './type';
3
+ export * from './type';
4
+ declare class CervicalCancerScreening_Service extends ModelService<IFubao_CervicalCancerScreening> {
5
+ getOne(id: any): Promise<IFubao_CervicalCancerScreening>;
6
+ postOrPut(_data: IFubao_CervicalCancerScreening): Promise<IFubao_CervicalCancerScreening>;
7
+ }
8
+ export declare const SFubao_CervicalCancerScreening: CervicalCancerScreening_Service;
@@ -0,0 +1,74 @@
1
+ import { ICommonOption } from "@lm_fe/env";
2
+ import { IFubao_womenHealthcareMenstrualHistory, IFubao_womenHealthcarePhysicalExamination } from "../types";
3
+ export interface IFubao_CervicalCancerScreening {
4
+ "id": 94;
5
+ "screeningType": "宫颈癌筛查";
6
+ "checkDate": "2023-11-27";
7
+ "screeningSuggest": "定期检查";
8
+ "deleteFlag": 0;
9
+ "womenHealthcarePhysicalExamination": IFubao_womenHealthcarePhysicalExamination;
10
+ "womenHealthcareMenstrualHistory": IFubao_womenHealthcareMenstrualHistory;
11
+ "cervicalCancerMedicalHistory": {
12
+ "id": 76;
13
+ "previousCervicalScreening": 2;
14
+ "previousCervicalScreeningNote": "222";
15
+ "previousCervicalScreening__": ICommonOption[];
16
+ "discomfortItems": "{\"checkedValues\":[1,2,9],\"withInputValues\":[null,null,null,null,null,null,null,null,null,{\"key\":9,\"value\":{\"0\":\"22222\"}}]}";
17
+ "contraceptiveMethodItems": "{\"checkedValues\":[1],\"withInputValues\":[null,{\"key\":1,\"value\":{\"0\":\"222\"}}]}";
18
+ "gynecologicalDiseasesHistory": 2;
19
+ "gynecologicalDiseasesHistoryNote": "2123";
20
+ "gynecologicalDiseasesHistory__": ICommonOption[];
21
+ "deleteFlag": 0;
22
+ "familyTumorHistoryVOS": [];
23
+ };
24
+ "cervicalCancerGynecologicExamination": {
25
+ "id": 83;
26
+ "vulva": 2;
27
+ "vulvaNote": "22";
28
+ "vulva__": ICommonOption[];
29
+ "secretions": 2;
30
+ "secretionsNote": "血性";
31
+ "secretions__": ICommonOption[];
32
+ "vaginal": 2;
33
+ "vaginalNote": "22";
34
+ "vaginal__": ICommonOption[];
35
+ "cervix": 2;
36
+ "cervixNote": "糜烂样";
37
+ "cervix__": ICommonOption[];
38
+ "zg": 2;
39
+ "zgNote": "大小";
40
+ "zg__": ICommonOption[];
41
+ "appendix": 2;
42
+ "appendixNote": "压痛";
43
+ "appendix__": ICommonOption[];
44
+ "other": "22";
45
+ "deleteFlag": 0;
46
+ };
47
+ "cervicalCancerInspection": {
48
+ "id": 84;
49
+ "vaginalCleanliness": 5;
50
+ "trichomonas": 3;
51
+ "candida": 3;
52
+ "gardnerella": 3;
53
+ "clueCell": 3;
54
+ "other": "2222";
55
+ "hpv": 3;
56
+ "visualObservationAfterAceticIodineStaining": 1;
57
+ "uterineCytology": 2;
58
+ "uterineCytologyObtainingMaterialsWay": 3;
59
+ "papClassification": 6;
60
+ "tbsResult": 1;
61
+ "deleteFlag": 0;
62
+ };
63
+ "cervicalCancerDiagnosisAndGuidance": {
64
+ "id": 96;
65
+ "screeningResults": 1;
66
+ "screeningSuggest": "定期检查";
67
+ "screeningResultsNote": "";
68
+ "screeningResults__": ICommonOption[];
69
+ "checkUnit": "111";
70
+ "checkDate": "2023-11-27";
71
+ "checkDoctorName": "admin";
72
+ "deleteFlag": 0;
73
+ };
74
+ }
@@ -0,0 +1,3 @@
1
+ import { IFubao_CervicalCancerScreening } from "./type";
2
+ export declare function processTwoCancer_remote(data: IFubao_CervicalCancerScreening): IFubao_CervicalCancerScreening;
3
+ export declare function processTwoCancer_local(_data: IFubao_CervicalCancerScreening): IFubao_CervicalCancerScreening;
@@ -0,0 +1,9 @@
1
+ import { ModelService } from "../../../ModelService";
2
+ import { IFubao_TwoCancerScreeningFile } from './type';
3
+ export * from './type';
4
+ declare class TwoCancerScreeningFile_Service extends ModelService<IFubao_TwoCancerScreeningFile> {
5
+ getOne(id: any): Promise<IFubao_TwoCancerScreeningFile>;
6
+ postOrPut(_data: IFubao_TwoCancerScreeningFile, to_审核?: boolean): Promise<IFubao_TwoCancerScreeningFile>;
7
+ check_审核(_data: Partial<IFubao_TwoCancerScreeningFile>): boolean;
8
+ }
9
+ export declare const SFubao_TwoCancerScreeningFile: TwoCancerScreeningFile_Service;
@@ -0,0 +1,40 @@
1
+ import { ICommonOption } from "@lm_fe/env";
2
+ export interface IFubao_TwoCancerScreeningFile {
3
+ "id": 58;
4
+ "outpatientNo": "123123";
5
+ "name": "测试";
6
+ "age": 12;
7
+ "dob": "2023-11-21";
8
+ "idType": 1;
9
+ "idNO": "12312312";
10
+ "profession": "专业技术人员";
11
+ "householdType": "1";
12
+ "ethnic": "苗族";
13
+ "telephone": "17765657876";
14
+ "maritalStatus": 1;
15
+ "education": "6";
16
+ "residenceAddress": "山西省,大同市,新荣区&3123-";
17
+ "permanentResidenceAddress": "北京市,市辖区,东城区&222";
18
+ "registerDate": "2023-11-27";
19
+ "registerPerson": "超级管理员";
20
+ "testingFacility": "超级管理员";
21
+ "deleteFlag": "0";
22
+ "sjscbh": "cs_1838156050122633216";
23
+ "poorWomenCard": 1;
24
+ "openId": "1852654";
25
+ "fileStatus": number;
26
+ "womenHealthcareMenstrualHistory": {
27
+ "dysmenorrhea": number;
28
+ "dysmenorrheaNote": string;
29
+ "dysmenorrhea__": ICommonOption[];
30
+ "menopause": number;
31
+ "menopauseNote": string;
32
+ "id": 119;
33
+ "menarche": 11;
34
+ "menstrualCycle": 11;
35
+ "menstrualPeriod": 22;
36
+ "menstrualVolume": "多";
37
+ "lmd": "2023-12-06";
38
+ "deleteFlag": 0;
39
+ };
40
+ }
@@ -0,0 +1,3 @@
1
+ import { IFubao_TwoCancerScreeningFile } from "./type";
2
+ export declare function processTwoCancer_remote(data: IFubao_TwoCancerScreeningFile): IFubao_TwoCancerScreeningFile;
3
+ export declare function processTwoCancer_local(_data: IFubao_TwoCancerScreeningFile): IFubao_TwoCancerScreeningFile;
@@ -0,0 +1,5 @@
1
+ export * from './TwoCancerScreeningFile';
2
+ export * from './CervicalCancerRecord';
3
+ export * from './CervicalCancerScreening';
4
+ export * from './BreastCancerRecord';
5
+ export * from './BreastCancerScreening';
@@ -0,0 +1,30 @@
1
+ import { ICommonOption } from "@lm_fe/env";
2
+ export interface IFubao_womenHealthcarePhysicalExamination {
3
+ "id": 411;
4
+ "weight": 60.0;
5
+ "height": 160.0;
6
+ "systolic": number;
7
+ MyPressure__: number[];
8
+ "diastolic": number;
9
+ "heartRate": "100";
10
+ "bmi": "23.44";
11
+ "deleteFlag": 0;
12
+ }
13
+ export interface IFubao_womenHealthcareMenstrualHistory {
14
+ "dysmenorrhea": number;
15
+ "dysmenorrheaNote": string;
16
+ "dysmenorrhea__": ICommonOption[];
17
+ "menopause": number;
18
+ "menopauseNote": string;
19
+ "menopause__": ICommonOption[];
20
+ "id": 119;
21
+ "menarche": 11;
22
+ "menstrualCycle": 11;
23
+ "menstrualPeriod": 22;
24
+ "menstrualVolume": "多";
25
+ "lmd": "2023-12-06";
26
+ "deleteFlag": 0;
27
+ "menopauseSurgery": 2;
28
+ "conceived": 1;
29
+ "parity": 1;
30
+ }
@@ -0,0 +1,8 @@
1
+ export * from './mchc';
2
+ export * from './fubao';
3
+ export * from './local';
4
+ export * from './中山一';
5
+ export * from './越秀妇幼';
6
+ export * from './common';
7
+ export * from './types';
8
+ export * from './ModelService';