You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.7 KiB

1 month ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace Report.Entity
  7. {
  8. public class Rpt0005 : dBase
  9. {
  10. public List<DictMedicalReportType> dictMedType { get; set; }
  11. public List<DictNotExamItemType> dictNotExamItemType { get; set; }
  12. public List<DictExamItemType> dictExamItemType { get; set; }
  13. public List<HRPatientRegister> pinfo { get; set; }
  14. public List<RegisterCheckItemType> resItemType { get; set; }
  15. public List<RegisterCheckAsbitem> resAsbitem { get; set; }
  16. public List<RegisterCheckItem> res { get; set; }
  17. public List<RegisterCheckPircture> resPic { get; set; }
  18. public List<RegisterCheckPirctureHorizontal> resPicHorizontal { get; set; }
  19. public List<RegisterCheckSummary> resSum { get; set; }
  20. public List<HRSuggestion> sug { get; set; }
  21. public List<HRSugCommonReason> sugReason { get; set; }
  22. public List<HRSugHealthGuidance> sugGuide { get; set; }
  23. public List<HRSugMedicalInterpretation> sugMeical { get; set; }
  24. public List<HRSumSummary> summ { get; set; }
  25. public List<HRSummaryContent> summContent { get; set; }
  26. public List<piclog> pic { get; set; }
  27. public List<HBsAgAsbitem> HBsAg { get; set; }
  28. public List<CheckTarget> checkTargetOne { get; set; }
  29. public List<CheckTarget> checkTargetTwo { get; set; }
  30. public List<CheckTarget> checkTargetThree { get; set; }
  31. public List<CheckTarget> checkTargetFour { get; set; }
  32. public List<CheckTarget> checkTargetFive { get; set; }
  33. public List<CheckTarget> checkTargetSix { get; set; }
  34. }
  35. }