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.

38 lines
1.2 KiB

1 month ago
  1. using Report.Entity.RptEntity;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace Report.Entity
  8. {
  9. public class Rpt0010
  10. {
  11. public List<Rpt0010_BaseInfo> baseInfo { get; set; }
  12. public List<Rpt0010_OcCheckTypeName> ocCheckTypeNames { get; set; }
  13. public List<Rpt0010_OtherDiseasesOrAbnormalIndividualsDetails> odoaiDetail { get; set; }
  14. public List<Rpt0010_NoAbnormalConditionsDetails> nacdmedicalResult { get; set; }
  15. public List<Rpt0010_MedicalResultAbnormalRate> medicalResultAbnormalRate { get; set; }
  16. public List<Rpt0010_MissingItems> missingItems { get; set; }
  17. public List<Rpt0010_UninspectedPerson> uninspectedPerson { get; set; }
  18. public List<Rpt0010_OcAbnormal> ocAbnormals { get; set; }
  19. public List<Rpt0010_OcCheckType> ocCheckType { get; set; }
  20. public List<Rpt0010_OcContraindication> ocContraindication { get; set; }
  21. public List<Rpt0010_ReviewPersonnel> reviewPersonnel { get; set; }
  22. public List<Rpt0010_SuspectedOcDisease> suspectedOcDiseases { get; set; }
  23. public List<piclog> pic { get; set; }
  24. }
  25. }