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