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.

36 lines
1.3 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 PeisStart.WInForm.Test
  7. {
  8. public class patientinfo : dtBase
  9. {
  10. public string patientRegisterId { get; set; }
  11. public string patientRegisterNo { get; set; }
  12. public string patientName { get; set; }
  13. public string sexName { get; set; }
  14. public int age { get; set; }
  15. public string idNo { get; set; }
  16. public string customerOrgShortName { get; set; }
  17. public string photo { get; set; }
  18. public string medicalStartDate { get; set; }
  19. public string mobileTelephone { get; set; }
  20. public string patientNo { get; set; }
  21. public int medicalTimes { get; set; }
  22. public string jobCardNo { get; set; }
  23. public string medicalCardNo { get; set; }
  24. public string customerOrgName { get; set; }
  25. public string departmentName { get; set; }
  26. public string customerOrgGroupName { get; set; }
  27. public string medicalPackageName { get; set; }
  28. public string personnelTypeName { get; set; }
  29. public string medicalCenterAddress { get; set; }
  30. public string medicalCenterTelphone { get; set; }
  31. public string medicalCenterFax { get; set; }
  32. }
  33. }