using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Model.HSSE { public class Information_AccidentCauseReportItem { public string AccidentCauseReportId { get; set; } public string AccidentCauseReportItemId { get; set; } public string AccidentType { get; set; } public System.Nullable Death1 { get; set; } public System.Nullable Death10 { get; set; } public System.Nullable Death11 { get; set; } public System.Nullable Death2 { get; set; } public System.Nullable Death3 { get; set; } public System.Nullable Death4 { get; set; } public System.Nullable Death5 { get; set; } public System.Nullable Death6 { get; set; } public System.Nullable Death7 { get; set; } public System.Nullable Death8 { get; set; } public System.Nullable Death9 { get; set; } public System.Nullable Injuries1 { get; set; } public System.Nullable Injuries10 { get; set; } public System.Nullable Injuries11 { get; set; } public System.Nullable Injuries2 { get; set; } public System.Nullable Injuries3 { get; set; } public System.Nullable Injuries4 { get; set; } public System.Nullable Injuries5 { get; set; } public System.Nullable Injuries6 { get; set; } public System.Nullable Injuries7 { get; set; } public System.Nullable Injuries8 { get; set; } public System.Nullable Injuries9 { get; set; } public System.Nullable MinorInjuries1 { get; set; } public System.Nullable MinorInjuries10 { get; set; } public System.Nullable MinorInjuries11 { get; set; } public System.Nullable MinorInjuries2 { get; set; } public System.Nullable MinorInjuries3 { get; set; } public System.Nullable MinorInjuries4 { get; set; } public System.Nullable MinorInjuries5 { get; set; } public System.Nullable MinorInjuries6 { get; set; } public System.Nullable MinorInjuries7 { get; set; } public System.Nullable MinorInjuries8 { get; set; } public System.Nullable MinorInjuries9 { get; set; } public System.Nullable TotalDeath { get; set; } public System.Nullable TotalInjuries { get; set; } public System.Nullable TotalMinorInjuries { get; set; } } }