Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Services
FhirCompatible
PHP Interface Services\FhirCompatible
Datei anzeigen
Open project: openeyes/openeyes
Public Methods
Method
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
method
Convert the given FHIR object into an instance of this class.
public
static
fromFhir
(
mixed
$fhirObject
) :
services\FhirCompatible
$fhirObject
mixed
return
services\FhirCompatible
toFhir()
public
method
Convert this object to FHIR format.
public
toFhir
( ) :
StdClass
return
StdClass