Exemplo n.º 1
0
 public IdentifierExt(IdentifierTypeExt type, string value)
 {
     Type  = type;
     Value = value;
 }
Exemplo n.º 2
0
 static IRanker <Patient> GetValueOrDefault(IdentifierTypeExt type)
 {
     return(Ranks?.GetValueOrDefault(type, new EmptyRanker()) ?? new EmptyRanker());
 }