PHP Класс Services\Resource

Наследование: extends DataObject
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$fhir_prefix Prefix to use for FHIR IDs if this is not the only resource that can map to its FHIR type.
$id
$last_modified

Открытые методы

Метод Описание
fromFhir ( $fhirObject )
getFhirPrefix ( ) : string | null Get prefix for FHIR IDs or null if none.
getId ( ) : integer | null Get the internal ID of this resource (null if not an internal resource).
getLastModified ( ) : integer | null Get last modified timestamp of this resource (null if not an internal resource).
getOeFhirProfile ( ) : string Get the OpenEyes FHIR profile this resource conforms to.
getVersionId ( ) : integer | null Get version ID of this resource (null if not an internal resource).
toFhir ( )

Описание методов

fromFhir() публичный статический Метод

public static fromFhir ( $fhirObject )

getFhirPrefix() публичный статический Метод

Get prefix for FHIR IDs or null if none.
public static getFhirPrefix ( ) : string | null
Результат string | null

getId() публичный Метод

Get the internal ID of this resource (null if not an internal resource).
public getId ( ) : integer | null
Результат integer | null

getLastModified() публичный Метод

Get last modified timestamp of this resource (null if not an internal resource).
public getLastModified ( ) : integer | null
Результат integer | null

getOeFhirProfile() публичный статический Метод

Get the OpenEyes FHIR profile this resource conforms to.
public static getOeFhirProfile ( ) : string
Результат string

getVersionId() публичный Метод

Get version ID of this resource (null if not an internal resource).
public getVersionId ( ) : integer | null
Результат integer | null

toFhir() публичный Метод

public toFhir ( )

Описание свойств

$fhir_prefix защищенное статическое свойство

Prefix to use for FHIR IDs if this is not the only resource that can map to its FHIR type.
protected static $fhir_prefix

$id защищенное свойство

protected $id

$last_modified защищенное свойство

protected $last_modified