Ejemplo n.º 1
0
 // Register the type on the generic ThingToFhir partial class
 public static Patient ToFhir(this Contact contact, Patient patient)
 {
     return(ContactToFhir.ToFhirInternal(contact, patient));
 }
Ejemplo n.º 2
0
 // Register the type on the generic ThingToFhir partial class
 public static Patient ToFhir(this Contact contact)
 {
     return(ContactToFhir.ToFhirInternal(contact, ThingBaseToFhir.ToFhirInternal <Patient>(contact)));
 }