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.
|
|
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;
namespace Report.Entity{ public class Rpt0006 { public List<DictMedicalReportType> dictMedType { get; set; } public List<DictNotExamItemType> dictNotExamItemType { get; set; } public List<DictExamItemType> dictExamItemType { get; set; } public List<HRPatientRegister> pinfo { get; set; } public List<RegisterCheckItemType> resItemType { get; set; } public List<RegisterCheckAsbitem> resAsbitem { get; set; } public List<RegisterCheckItem> res { get; set; } public List<RegisterCheckPircture> resPic { get; set; } public List<RegisterCheckSummary> resSum { get; set; }
public List<HRSuggestion> sug { get; set; } public List<HRSugCommonReason> sugReason { get; set; } public List<HRSugHealthGuidance> sugGuide { get; set; } public List<HRSugMedicalInterpretation> sugMeical { get; set; }
public List<HRSumSummary> summ { get; set; } public List<HRSummaryContent> summContent { get; set; }
public List<PatientOccupationalDisease> odPat { get; set; } public List<OcCheckType> odCheckType { get; set; } public List<PatientOccupationalHistory> odHistory { get; set; } public List<PatientOccupationalMedicalHistory> odMedicHistory { get; set; } public List<PatientPastMedicalHistory> odPastMedicHistory { get; set; } public List<PatientPoison> odPoison { get; set; } public List<PatientSymptom> odSymptom { get; set; }
public List<piclog> pic { get; set; } }}
|