PHP Class Services\Patient

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

Public Properties

Property Type Description
$addresses
$birth_date
$cb_refs
$date_of_death
$family_name
$gender
$given_name
$gp_ref
$hos_num
$nhs_num
$prac_ref
$primary_phone
$title

Public Methods

Method Description
fromFhirValues ( array $values )
getCommissioningBodies ( ) : CommissioningBody[]
getGp ( ) : Gp | null
getPractice ( ) : Practice | null
getServiceClass ( $fhirType )
toFhirValues ( )

Protected Methods

Method Description
getFhirTemplate ( )

Method Details

fromFhirValues() public static method

public static fromFhirValues ( array $values )
$values array

getCommissioningBodies() public method

public getCommissioningBodies ( ) : CommissioningBody[]
return CommissioningBody[]

getFhirTemplate() protected static method

protected static getFhirTemplate ( )

getGp() public method

public getGp ( ) : Gp | null
return Gp | null

getPractice() public method

public getPractice ( ) : Practice | null
return Practice | null

getServiceClass() public static method

public static getServiceClass ( $fhirType )

toFhirValues() public method

public toFhirValues ( )

Property Details

$addresses public property

public $addresses

$birth_date public property

public $birth_date

$cb_refs public property

public $cb_refs

$date_of_death public property

public $date_of_death

$family_name public property

public $family_name

$gender public property

public $gender

$given_name public property

public $given_name

$gp_ref public property

public $gp_ref

$hos_num public property

public $hos_num

$nhs_num public property

public $nhs_num

$prac_ref public property

public $prac_ref

$primary_phone public property

public $primary_phone

$title public property

public $title