예제 #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));
 }
예제 #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)));
 }