Exemplo n.º 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));
 }
Exemplo n.º 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)));
 }