|
| string | Status = string.Empty [get, set] |
| |
| string | RespondentType = string.Empty [get, set] |
| |
| string | Title = string.Empty [get, set] |
| |
| string | Description = string.Empty [get, set] |
| |
| DateTime | DateReceived [get, set] |
| |
| string | LevelConsideration = string.Empty [get, set] |
| |
| DateTime? | DateConsideration [get, set] |
| |
| string | OffenseDetails = string.Empty [get, set] |
| |
| DateTime | DateNotification [get, set] |
| |
| string | ComplaintFrom = string.Empty [get, set] |
| |
| string | Appellant = string.Empty [get, set] |
| |
| string? | ResultComplaint [get, set] |
| |
| string? | Result [get, set] |
| |
| Guid? | Organization [get, set] |
| |
| Guid | ConsideredAgency [get, set] |
| |
| string? | InvestigationDetail [get, set] |
| |
| string? | InvestigationDetailOther [get, set] |
| |
| DateTime? | InvestigationDateStart [get, set] |
| |
| DateTime? | InvestigationDateEnd [get, set] |
| |
| string? | InvestigationDescription [get, set] |
| |
| string? | InvestigationStatusResult [get, set] |
| |
| string? | InvestigationCauseText [get, set] |
| |
| bool | InvestigationExtendStatus = false [get, set] |
| |
| int? | InvestigationDaysExtend [get, set] |
| |
| DisciplineComplaint | DisciplineComplaint [get, set] |
| |
| virtual List< DisciplineInvestigate_ProfileComplaint > | DisciplineInvestigate_ProfileComplaints = new List<DisciplineInvestigate_ProfileComplaint>() [get, set] |
| |
| virtual List< DisciplineInvestigate_DocComplaint > | DisciplineInvestigate_DocComplaints = new List<DisciplineInvestigate_DocComplaint>() [get, set] |
| |
| virtual List< DisciplineInvestigate_Doc > | DisciplineInvestigate_Docs = new List<DisciplineInvestigate_Doc>() [get, set] |
| |
| virtual List< DisciplineInvestigateRelevant_Doc > | DisciplineInvestigateRelevant_Docs = new List<DisciplineInvestigateRelevant_Doc>() [get, set] |
| |
| virtual List< DisciplineInvestigate_Director > | DisciplineInvestigate_Directors = new List<DisciplineInvestigate_Director>() [get, set] |
| |
| virtual List< DisciplineDisciplinary > | DisciplineDisciplinarys = new List<DisciplineDisciplinary>() [get, set] |
| |
| virtual List< DisciplineInvestigateExtend > | DisciplineInvestigateExtends = new List<DisciplineInvestigateExtend>() [get, set] |
| |
Properties inherited from BMA.EHR.Domain.Models.Base.EntityBase |
| Guid | Id [get, set] |
| |
| DateTime | CreatedAt = DateTime.Now [get, set] |
| |
| string | CreatedUserId = string.Empty [get, set] |
| |
| DateTime? | LastUpdatedAt [get, set] |
| |
| string | LastUpdateUserId = string.Empty [get, set] |
| |
| string | CreatedFullName = string.Empty [get, set] |
| |
| string | LastUpdateFullName = string.Empty [get, set] |
| |