PHP 클래스 Services\Resource

상속: extends DataObject
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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