Example #1
0
 // Register the type on the generic ThingToFhir partial class
 public static Patient ToFhir(this PersonalImage personalImage, Patient patient)
 {
     return(PersonalImageToFhir.ToFhirInternal(personalImage, patient));
 }
Example #2
0
 // Register the type on the generic ThingToFhir partial class
 public static Patient ToFhir(this PersonalImage personalImage)
 {
     return(PersonalImageToFhir.ToFhirInternal(personalImage, ThingBaseToFhir.ToFhirInternal <Patient>(personalImage)));
 }