Ejemplo n.º 1
0
 public Hl7.Fhir.Model.Bundle GetPatientByIdentifier(Common.Constants.DomainName system, string value)
 {
     return(GetPatientByIdentifier(system.Value, value));
 }
Ejemplo n.º 2
0
        public bool ExistsPatient(Common.Constants.DomainName system, string value)
        {
            var bundle = GetPatientByIdentifier(system.Value, value);

            return(bundle.Total.HasValue && (bundle.Total > 0));
        }