PHP Interface Services\FhirCompatible

Afficher le fichier Open project: openeyes/openeyes

Méthodes publiques

Méthode Description
fromFhir ( mixed $fhirObject ) : services\FhirCompatible Convert the given FHIR object into an instance of this class.
toFhir ( ) : StdClass Convert this object to FHIR format.

Method Details

fromFhir() public static méthode

Convert the given FHIR object into an instance of this class.
public static fromFhir ( mixed $fhirObject ) : services\FhirCompatible
$fhirObject mixed
Résultat services\FhirCompatible

toFhir() public méthode

Convert this object to FHIR format.
public toFhir ( ) : StdClass
Résultat StdClass