StammdatenKlientController
extends AbstractPageController
in package
Table of Contents
Properties
- $dbc : mixed
Methods
- __construct() : mixed
- assignedPhisician() : mixed
- handleHealthInsurance() : int
- handleInvalidInsurance() : int
- insurances() : mixed
- invoiceReceiver() : mixed
- packRightColumn() : mixed
- PrepareDataForClientInsurance() : mixed
- getDBC() : mixed
- getTranslations() : mixed
- initDB() : mixed
- packObjectAsValueName() : array<string|int, mixed>
- TODO is it the right place to lay this mehtod? packObjectAsValueName use it to prepare data for select boxes
Properties
$dbc
protected
mixed
$dbc
Methods
__construct()
public
__construct() : mixed
assignedPhisician()
public
assignedPhisician() : mixed
handleHealthInsurance()
public
handleHealthInsurance([int $healthInsuranceId = 0 ]) : int
Parameters
- $healthInsuranceId : int = 0
Return values
inthandleInvalidInsurance()
public
handleInvalidInsurance(int $redundantInvalidInsuranceId[, int $healthInsuranceId = -1 ]) : int
Parameters
- $redundantInvalidInsuranceId : int
- $healthInsuranceId : int = -1
Return values
intinsurances()
public
insurances() : mixed
invoiceReceiver()
public
invoiceReceiver() : mixed
packRightColumn()
public
packRightColumn() : mixed
PrepareDataForClientInsurance()
public
PrepareDataForClientInsurance([int $clientId = 0 ]) : mixed
Parameters
- $clientId : int = 0
getDBC()
protected
getDBC() : mixed
getTranslations()
protected
getTranslations() : mixed
initDB()
protected
initDB() : mixed
packObjectAsValueName()
TODO is it the right place to lay this mehtod? packObjectAsValueName use it to prepare data for select boxes
protected
packObjectAsValueName(object $domainObject, array<string|int, mixed> $fields) : array<string|int, mixed>
Parameters
- $domainObject : object
- $fields : array<string|int, mixed>
-
[ 'value' => 'variable-displayed-as-the-option-value' 'name' => 'The variable for the option text displayed on the page' ]