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

using Report.Entity.RptEntity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Report.Entity
{
public class Rpt0010
{
public List<Rpt0010_BaseInfo> baseInfo { get; set; }
public List<Rpt0010_OcCheckTypeName> ocCheckTypeNames { get; set; }
public List<Rpt0010_OtherDiseasesOrAbnormalIndividualsDetails> odoaiDetail { get; set; }
public List<Rpt0010_NoAbnormalConditionsDetails> nacdmedicalResult { get; set; }
public List<Rpt0010_MedicalResultAbnormalRate> medicalResultAbnormalRate { get; set; }
public List<Rpt0010_MissingItems> missingItems { get; set; }
public List<Rpt0010_UninspectedPerson> uninspectedPerson { get; set; }
public List<Rpt0010_OcAbnormal> ocAbnormals { get; set; }
public List<Rpt0010_OcCheckType> ocCheckType { get; set; }
public List<Rpt0010_OcContraindication> ocContraindication { get; set; }
public List<Rpt0010_ReviewPersonnel> reviewPersonnel { get; set; }
public List<Rpt0010_SuspectedOcDisease> suspectedOcDiseases { get; set; }
public List<piclog> pic { get; set; }
}
}