@lm_fe/service 0.1.201 → 0.2.2

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 (36) hide show
  1. package/README.md +0 -0
  2. package/dist/index.d.ts +0 -1
  3. package/dist/index.js +1981 -2235
  4. package/dist/local/Calculator/index.d.ts +0 -1
  5. package/dist/local/Dictionary/index.d.ts +4 -5
  6. package/dist/local/History/index.d.ts +1 -0
  7. package/dist/local/SystemConfig/index.d.ts +2 -2
  8. package/dist/mchc/service/Address/index.d.ts +2 -1
  9. package/dist/mchc/service/Admission/Document/IMchc_Admission_Document.d.ts +25 -1
  10. package/dist/mchc/service/Admission/Document/IMchc_Admission_LabourDocument.d.ts +2 -0
  11. package/dist/mchc/service/Admission/Document/IMchc_Admission_NeonateDocument.d.ts +1 -0
  12. package/dist/mchc/service/Common.d.ts +224 -35
  13. package/dist/mchc/service/Dictionaries/index.d.ts +4 -4
  14. package/dist/mchc/service/Doctor/index.d.ts +10 -4
  15. package/dist/mchc/service/Doctor/types/IMchc_Doctor_BuildExamTimeAxis.d.ts +6 -0
  16. package/dist/mchc/service/Doctor/types/IMchc_Doctor_FirstVisitInfoOfOutpatient.d.ts +2 -16
  17. package/dist/mchc/service/Doctor/types/IMchc_Doctor_FirstVisitPresentmhOutpatient.d.ts +31 -0
  18. package/dist/mchc/service/Doctor/types/IMchc_Doctor_RvisitAfterDeliveryInfoOfOutpatient.d.ts +14 -0
  19. package/dist/mchc/service/Doctor/types/IOutpatientHeaderInfo.d.ts +24 -23
  20. package/dist/mchc/service/Doctor/types/IRvisitInfoOfOutpatient.d.ts +1 -0
  21. package/dist/mchc/service/Doctor/types/index.d.ts +2 -0
  22. package/dist/mchc/service/Doctor/utils.d.ts +3 -0
  23. package/dist/mchc/service/FormDescriptions/index.d.ts +1 -1
  24. package/dist/mchc/service/FormDescriptions/types/InputType.d.ts +1 -1
  25. package/dist/mchc/service/FormDescriptions/types/index.d.ts +2 -186
  26. package/dist/mchc/service/FormDescriptions/utils.d.ts +1 -1
  27. package/dist/mchc/service/Nurse/utils.d.ts +5 -0
  28. package/dist/mchc/service/Questionnaire/index.d.ts +10 -4
  29. package/dist/mchc/service/TableConfig/index.d.ts +44 -110
  30. package/dist/mchc/service/TableConfig/utils.d.ts +7 -2
  31. package/dist/mchc/service/User.d.ts +8 -1
  32. package/dist/mchc/service/types/utils.d.ts +1 -25
  33. package/package.json +10 -5
  34. package/dist//350/266/212/347/247/200/345/246/207/345/271/274/index.d.ts +0 -1
  35. package/dist//350/266/212/347/247/200/345/246/207/345/271/274/service/Doctor/index.d.ts +0 -6
  36. package/dist//350/266/212/347/247/200/345/246/207/345/271/274/service/index.d.ts +0 -1
package/README.md CHANGED
File without changes
package/dist/index.d.ts CHANGED
@@ -2,7 +2,6 @@ export * from './mchc';
2
2
  export * from './fubao';
3
3
  export * from './local';
4
4
  export * from './中山一';
5
- export * from './越秀妇幼';
6
5
  export * from './common';
7
6
  export * from './types';
8
7
  export * from './ModelService';