Esempio 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));
 }
Esempio 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)));
 }