This commit is contained in:
parent
1bec091856
commit
d692ea4359
3 changed files with 91 additions and 21 deletions
|
|
@ -9,10 +9,12 @@ namespace BMA.EHR.Application.Responses.Profiles
|
|||
public string? Prefix { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? CitizenId { get; set; }
|
||||
public Guid? Keycloak { get; set; }
|
||||
public string? PosNo { get; set; }
|
||||
public string? Position { get; set; }
|
||||
public string? PositionLevel { get; set; }
|
||||
public string? PositionType { get; set; }
|
||||
public string? Oc { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue