api สอบสวน
This commit is contained in:
parent
ab171a7394
commit
4882995f47
34 changed files with 36995 additions and 69 deletions
|
|
@ -60,10 +60,10 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
[Comment("ลักษณะการสืบสวนกรณีเลือกอื่นๆ")]
|
||||
public string? InvestigationDetailOther { get; set; }
|
||||
|
||||
[Comment("วันที่เริ่มการสอบสวน")]
|
||||
[Comment("วันที่เริ่มการสืบสวน")]
|
||||
public DateTime? InvestigationDateStart { get; set; }
|
||||
|
||||
[Comment("วันที่สิ้นสุดการสอบสวน")]
|
||||
[Comment("วันที่สิ้นสุดการสืบสวน")]
|
||||
public DateTime? InvestigationDateEnd { get; set; }
|
||||
|
||||
[Comment("รายละเอียดเกี่ยวกับการสืบสวน")]
|
||||
|
|
@ -75,10 +75,11 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
[Comment("กรณีมีมูลต้องเลือกว่า 'ร้ายแรง' หรือ 'ไม่ร้ายแรง'")]
|
||||
public string? InvestigationCauseText { get; set; }
|
||||
public DisciplineComplaint DisciplineComplaint { get; set; }
|
||||
public virtual List<DisciplineInvestigate_Profile> DisciplineInvestigate_Profiles { get; set; } = new List<DisciplineInvestigate_Profile>();
|
||||
public virtual List<DisciplineInvestigate_ProfileComplaint> DisciplineInvestigate_ProfileComplaints { get; set; } = new List<DisciplineInvestigate_ProfileComplaint>();
|
||||
public virtual List<DisciplineInvestigate_DocComplaint> DisciplineInvestigate_DocComplaints { get; set; } = new List<DisciplineInvestigate_DocComplaint>();
|
||||
public virtual List<DisciplineInvestigate_Doc> DisciplineInvestigate_Docs { get; set; } = new List<DisciplineInvestigate_Doc>();
|
||||
public virtual List<DisciplineInvestigateRelevant_Doc> DisciplineInvestigateRelevant_Docs { get; set; } = new List<DisciplineInvestigateRelevant_Doc>();
|
||||
public virtual List<DisciplineInvestigate_Director> DisciplineInvestigate_Directors { get; set; } = new List<DisciplineInvestigate_Director>();
|
||||
public virtual List<DisciplineDisciplinary> DisciplineDisciplinarys { get; set; } = new List<DisciplineDisciplinary>();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue