add dna
This commit is contained in:
parent
dbe6916782
commit
5ea175ca77
61 changed files with 66329 additions and 129 deletions
|
|
@ -16,9 +16,14 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
{
|
||||
public string? name { get; set; }
|
||||
public string? rootId { get; set; }
|
||||
public string? rootDnaId { get; set; }
|
||||
public string? child1Id { get; set; }
|
||||
public string? child1DnaId { get; set; }
|
||||
public string? child2Id { get; set; }
|
||||
public string? child2DnaId { get; set; }
|
||||
public string? child3Id { get; set; }
|
||||
public string? child3DnaId { get; set; }
|
||||
public string? child4Id { get; set; }
|
||||
public string? child4DnaId { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -18,18 +18,23 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public DateTime? birthDate { get; set; }
|
||||
public string? root { get; set; }
|
||||
public string? rootId { get; set; }
|
||||
public string? rootDnaId { get; set; }
|
||||
public string? rootShortName { get; set; }
|
||||
public string? child1 { get; set; }
|
||||
public string? child1Id { get; set; }
|
||||
public string? child1DnaId { get; set; }
|
||||
public string? child1ShortName { get; set; }
|
||||
public string? child2 { get; set; }
|
||||
public string? child2Id { get; set; }
|
||||
public string? child2DnaId { get; set; }
|
||||
public string? child2ShortName { get; set; }
|
||||
public string? child3 { get; set; }
|
||||
public string? child3Id { get; set; }
|
||||
public string? child3DnaId { get; set; }
|
||||
public string? child3ShortName { get; set; }
|
||||
public string? child4 { get; set; }
|
||||
public string? child4Id { get; set; }
|
||||
public string? child4DnaId { get; set; }
|
||||
public string? child4ShortName { get; set; }
|
||||
public string? node { get; set; }
|
||||
public string? nodeId { get; set; }
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public string? rootId { get; set; }
|
||||
public string? rootShortName { get; set; }
|
||||
public string? rootDnaId { get; set; }
|
||||
public string? child1DnaId { get; set; }
|
||||
public string? child2DnaId { get; set; }
|
||||
public string? child3DnaId { get; set; }
|
||||
public string? child4DnaId { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue