Documentation

Deprecated

Table of Contents

public/ak_export_4_4_papier/xmlexport.inc.php
public/data/mod_BuHa.php
public/data/organisation.php
public/data/owner.php
public/data/rechnung.php
public/data/XmlExport440.php
public/src/Controller/HealthInsuranceController.php
public/src/DataMapper/AbstractMapper.php
public/src/Util/SimpleTranslation.php

xmlexport.inc.php

Line Element Reason
108 mysqldata::getOffeneRE_ByMonJahr()
143 mysqldata::getRE_ByID()
170 mysqldata::getOffeneRE_ByMonJahr_LISTE()
488 mysqldata::getAllDataKV()

mod_BuHa.php

Line Element Reason
139 mod_BuHa::getAllData_KV()

organisation.php

Line Element Reason
409 organisation::del_KK()
617 organisation::get_nameOrt()
658 organisation::getAllData()

owner.php

Line Element Reason
61 owner::getFieldFromFppAttributes()

use business_attribs table and methods instead

423 owner::getAllOwnerBname()

unused function - use getAllOwnerData() instead

rechnung.php

Line Element Reason
1753 rechnung::getLeistung_nachKlientTarif()

Use

getLeistung_nachKlientTarif_Owner()
without owner instead

3403 rechnung::getAllKlientOrga_komplett()
3528 rechnung::getAllKlientOrga_komplett_spitex()

XmlExport440.php

Line Element Reason
71 XmlExport440::getRE_zuUebertragen()

Use DomainObject together with the DataMapper instead

84 XmlExport440::getRE_zuUebertragen_ByOwner()

Use DomainObject together with the DataMapper instead

219 XmlExport440::getMonJahrOffeneRE_byOwner()

Not sure .. Use

getMonJahrOffeneRE_EKARUS()
instead

236 XmlExport440::getMonJahrOffeneRE_byOwner_ekarus()

Use

getMonJahrOffeneRE_EKARUS()
instead

321 XmlExport440::getExportierte_RE_ByMonJahr()
353 XmlExport440::getExportierte_RE_ByMonJahr_Spitex()
384 XmlExport440::getExportierte_RE_KANTON_ByMonJahr()
415 XmlExport440::getExportierte_RE_KANTON_ByMonJahr_Spitex()
515 XmlExport440::getOffeneRE_ByMonJahr()
545 XmlExport440::getStornoData_ByIDR()
672 XmlExport440::getOffeneRE_ByMonJahr_Spitex()
1056 XmlExport440::getAllDataKV()

HealthInsuranceController.php

Line Element Reason
23 HealthInsuranceController

AbstractMapper.php

Line Element Reason
110 AbstractMapper::customQuery()

check why this would be needed, we can override query() for different queries

SimpleTranslation.php

Line Element Reason
222 SimpleTranslation::printText()

Use out() instead

234 SimpleTranslation::loadText()

Use get() instead

Search results