Property | Type | Description | |
---|---|---|---|
$fhir_type | The FHIR type that this class corresponds to, if left unset the unqualified name of the class is assumed. |
Method | Description | |
---|---|---|
__construct ( array $values ) | ||
fromFhir ( $fhir_object ) : |
Convert a FHIR object into a service layer object. | |
fromFhirValues ( array $values ) : |
||
getFhirType ( ) : string | Get the FHIR type that this class corresponds to. | |
isEqual ( |
Compare two DataObjects in terms of their public properties. | |
toFhir ( ) : StdClass | Convert this object to it's FHIR representation. | |
toFhirValues ( ) : array |
Method | Description | |
---|---|---|
getFhirTemplate ( ) | ||
getServiceClass ( $fhir_type ) |
Method | Description | |
---|---|---|
subObjectsToFhir ( &$values ) |
public static fromFhir ( $fhir_object ) : |
||
return |
public static fromFhirValues ( array $values ) : |
||
$values | array | |
return |
public static getFhirType ( ) : string | ||
return | string |
public toFhir ( ) : StdClass | ||
return | StdClass |