|
| Guid | KeycloakUserId = Guid.Empty [get, set] |
| |
| DateTime | CheckIn = DateTime.MinValue [get, set] |
| |
| DateTime? | CheckOut [get, set] |
| |
| bool | IsProcess = false [get, set] |
| |
| double | CheckInLat = 0 [get, set] |
| |
| double | CheckInLon = 0 [get, set] |
| |
| string | CheckInPOI = string.Empty [get, set] |
| |
| bool | IsLocationCheckIn = true [get, set] |
| |
| string? | CheckInLocationName = string.Empty [get, set] |
| |
| string | CheckInImageUrl = string.Empty [get, set] |
| |
| string? | CheckInRemark = string.Empty [get, set] |
| |
| string? | CheckInStatus = string.Empty [get, set] |
| |
| double | CheckOutLat = 0 [get, set] |
| |
| double | CheckOutLon = 0 [get, set] |
| |
| string | CheckOutPOI = string.Empty [get, set] |
| |
| bool | IsLocationCheckOut = true [get, set] |
| |
| string? | CheckOutLocationName = string.Empty [get, set] |
| |
| string | CheckOutImageUrl = string.Empty [get, set] |
| |
| string? | CheckOutRemark = string.Empty [get, set] |
| |
| string? | CheckOutStatus = string.Empty [get, set] |
| |
| string? | EditStatus = string.Empty [get, set] |
| |
| string? | EditReason = string.Empty [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] |
| |