PHP Class Services\InternalReference

Inheritance: extends ResourceReference
Show file Open project: openeyes/openeyes

Public Methods

Method Description
__construct ( $service_name, scalar $id )
delete ( ) : boolean
fhirUpdate ( StdClass $fhirObject )
getId ( ) : integer
getLastModified ( ) : integer
getServiceName ( ) : string
getVersionId ( ) : integer
resolve ( ) : resource
toFhir ( ) : StdClass

Protected Methods

Method Description
getService ( ) : Service

Method Details

__construct() public method

public __construct ( $service_name, scalar $id )
$id scalar

delete() public method

public delete ( ) : boolean
return boolean

fhirUpdate() public method

public fhirUpdate ( StdClass $fhirObject )
$fhirObject StdClass

getId() public method

public getId ( ) : integer
return integer

getLastModified() public method

public getLastModified ( ) : integer
return integer

getService() protected method

protected getService ( ) : Service
return Service

getServiceName() public method

public getServiceName ( ) : string
return string

getVersionId() public method

public getVersionId ( ) : integer
return integer

resolve() public method

public resolve ( ) : resource
return resource

toFhir() public method

public toFhir ( ) : StdClass
return StdClass