Element index for package care_api

a b c d e f g h i j l m n o p q r s t u v w z _ top

_

_discharge
in file class_encounter.php, method Encounter::_discharge()
    Complete discharge or encounter.
_Exists
in file class_notes.php, method Notes::_Exists()
    Checks if a certain notes record of a certain type exists in the database.
_getActiveRoomInfo
in file class_ward.php, method Ward::_getActiveRoomInfo()
    Gets one/all active (not closed) room(s) information.
_getAll
in file class_appointment.php, method Appointment::_getAll()
    Gets a list of appointments based on a constraint type.
_getalldata
in file class_department.php, method Department::_getalldata()
    Gets all data from the care_department table
_getalldata
in file class_immunization.php, method Immunization::_getalldata()
    Gets all immunization data based on passed condition.
_getAllPersonell
in file class_personell.php, method Personell::_getAllPersonell()
    Returns information of all personnel (employee) based on location type, role number and department number keys
_getChartDailyData
in file class_charts.php, method Charts::_getChartDailyData()
    Gets table field's data of a given date range.
_getDefault
in file class_userconfig.php, method UserConfig::_getDefault()
    Loads the default configuration data.
_getDRGList
in file class_drg.php, method DRG::_getDRGList()
    Gets all DRG entries based on the given number
_getItem
in file class_department.php, method Department::_getItem()
    Gets the item information of a department from the care_department table.
_getMedocsList
in file class_medocs.php, method Medocs::_getMedocsList()
    Gets all medocs documents based on the given key number.
_getNotes
in file class_notes.php, method Notes::_getNotes()
    Gets a notes record data based on a passed condition.
_getNotesDateRange
in file class_notes.php, method Notes::_getNotesDateRange()
    Gets the date range of a certain notes type that fits to a given condition.
_getOCDutyplan
in file class_personell.php, method Personell::_getOCDutyplan()
    Gets the on-call duty plan of a given role number, department number, year and month.
_getOCQuicklist
in file class_personell.php, method Personell::_getOCQuicklist()
    Gets a list of departments with on-call duty plan of a given role number, year and month.
_getTemplates
in file class_template.php, method Template::_getTemplates()
    Creates a list of available templates returned as array.
_getUnits
in file class_measurement.php, method Measurement::_getUnits()
    Gets measurement units based on a condition.
_getWardOccupants
in file class_ward.php, method Ward::_getWardOccupants()
    Returns ward occupants (inpatients) information.
_InLocation
in file class_encounter.php, method Encounter::_InLocation()
    Checks if the encounter is in a location based on the location's type number.
_insertNotesFromInternalArray
in file class_notes.php, method Notes::_insertNotesFromInternalArray()
    Save a notes data of a given type number.
_internResolveFirmID
in file class_insurance.php, method Insurance::_internResolveFirmID()
    Resolves the insurance company's id.
_OCDutyplanExists
in file class_personell.php, method Personell::_OCDutyplanExists()
    Checks if the on-call duty plan of a given role number, department number, year and month exists in the databank.
_prepareSaveMeasurement
in file class_charts.php, method Charts::_prepareSaveMeasurement()
    Prepares the measurement data for storing into the database.
_prepSaveArray
in file class_core.php, method Core::_prepSaveArray()
    Filters the data array intended for saving, removing the key-value pairs that do not correspond to the table's field names.
_RecordExists
in file class_core.php, method Core::_RecordExists()
    Checks if a certain database record exists based onthe supplied query condition.
_searchAdmissionBasicInfo
in file class_encounter.php, method Encounter::_searchAdmissionBasicInfo()
    Private search function, usually called by another method.
_setCurrentAssignment
in file class_encounter.php, method Encounter::_setCurrentAssignment()
    Updates location assignment items. Generic method for setting location assigment information.
_setIsTemporaryClosed
in file class_ward.php, method Ward::_setIsTemporaryClosed()
    Sets the ward to "temporary closed" status.
_setLocation
in file class_encounter.php, method Encounter::_setLocation()
    Saves the encounter location with a given location type, location group and location number.
_updateNotesFromInternalArray
in file class_notes.php, method Notes::_updateNotesFromInternalArray()
    Updates a notes data record based on the primary record key "nr".
_useCityTown
in file class_address.php, method Address::_useCityTown()
    Sets the core table to the table name and field names of care_address_citytown
_useInsurance
in file class_insurance.php, method Insurance::_useInsurance()
    Sets the core to point to the insurance table's name and field names.
_usePrescriptionTable
in file class_charts.php, method Charts::_usePrescriptionTable()
    Sets the core table to the prescription table
_useWard
in file class_ward.php, method Ward::_useWard()
    Sets core object to point to the care_ward table
__delete
in file class_image.php, method Image::__delete()
    Deletes an image record based on its "nr" value.
top

a

$allpreloaded_OR
in file class_oproom.php, variable OPRoom::$allpreloaded_OR
    Buffer for preloaded OP rooms data
$assign_fields
in file class_personell.php, variable Personell::$assign_fields
    Field names of care_personell_assignment
Access
in file class_access.php, class Access
    Class for access authentication routínes.
Access
in file class_access.php, method Access::Access()
    Constructor. If login and password are passed as parameters, the access data are immediately loaded.
ActualOrderCatalog
in file class_product.php, method Product::ActualOrderCatalog()
    Returns the actual order catalog of a department.
AddChildNrToParent
in file class_obstetrics.php, method Obstetrics::AddChildNrToParent()
    Adds the encounter number of a child to the parents encounter record.
addDRGRelatedCode
in file class_drg.php, method DRG::addDRGRelatedCode()
    Adds a new related code entry in the care_drg_related_codes table.
addQuickCode
in file class_drg.php, method DRG::addQuickCode()
    Adds a new code entry in the quicklist.
Address
in file class_department.php, method Department::Address()
    Returns the department address. Use preferably after the department was successfully preloaded by the preloadDept() method.
Address
in file class_address.php, method Address::Address()
    Constructor
Address
in file class_address.php, class Address
    Address methods.
AdmitInWard
in file class_encounter.php, method Encounter::AdmitInWard()
    Admits a patient in ward with a ward number, room number and bed number.
AllActiveORInfo
in file class_oproom.php, method OPRoom::AllActiveORInfo()
    Returns all active OP room information.
AllAttDrServiceClassesObject
in file class_encounter.php, method Encounter::AllAttDrServiceClassesObject()
    Gets all service classes of 'att_dr' class.
AllCareServiceClassesObject
in file class_encounter.php, method Encounter::AllCareServiceClassesObject()
    Gets all service classes of 'care' class.
AllEncounterClassesObject
in file class_encounter.php, method Encounter::AllEncounterClassesObject()
    Gets all info of all encounter classes.
AllORInfo
in file class_oproom.php, method OPRoom::AllORInfo()
    Returns all OP room information.
AllRoomServiceClassesObject
in file class_encounter.php, method Encounter::AllRoomServiceClassesObject()
    Gets all service classes of 'room' class.
allSicknessConfirm
in file class_encounter.php, method Encounter::allSicknessConfirm()
    Gets all stored sickness confirmations of an encounter based on its department and encounter numbers.
AllStatus
in file class_encounter.php, method Encounter::AllStatus()
    Returns the status information and current locations of an encounter.
AnaesthesiaTypes
in file class_obstetrics.php, method Obstetrics::AnaesthesiaTypes()
    Gets all anaesthesia types.
Appointment
in file class_appointment.php, method Appointment::Appointment()
    Constructor
Appointment
in file class_appointment.php, class Appointment
    Appointment methods.
assignInBed
in file class_encounter.php, method Encounter::assignInBed()
    Saves the encounter's room location.
assignInDept
in file class_encounter.php, method Encounter::assignInDept()
    Saves the encounter's room location.
assignInRoom
in file class_encounter.php, method Encounter::assignInRoom()
    Saves the encounter's room location.
assignInWard
in file class_encounter.php, method Encounter::assignInWard()
    Saves the encounter's ward location.
AttDrServiceClass
in file class_encounter.php, method Encounter::AttDrServiceClass()
    Gets the attending physician service class information of an encounter based on encounter number.
top

b

$basic_list
in file class_person.php, variable Person::$basic_list
    Field names of basic registration data to be returned.
$bd
in file class_obstetrics.php, variable Obstetrics::$bd
    Birth details buffer
$blkcount
in file class_paginator.php, variable Paginator::$blkcount
    Number of rows of resulting block
$bool
in file class_userconfig.php, variable UserConfig::$bool
    Universal flag
$buffer
in file class_person.php, variable Person::$buffer
    Universal buffer
$buffer
in file class_userconfig.php, variable UserConfig::$buffer
    Universal buffer
$buffer
in file class_core.php, variable Core::$buffer
$buffer
in file class_insurance.php, variable Insurance::$buffer
    Universal buffer
$buffer
in file class_news.php, variable News::$buffer
    Universal buffer
$buffer_array
in file class_core.php, variable Core::$buffer_array
BasicDataArray
in file class_person.php, method Person::BasicDataArray()
    Returns person registration items as listed in the $basic_list array based on pid key.
BatchNr
in file class_lab.php, method Lab::BatchNr()
    Gets the batch number of a given encounter number and job id.
Beeper1
in file class_personell.php, method Personell::Beeper1()
    Returns first pager number
Beeper2
in file class_personell.php, method Personell::Beeper2()
    Returns second pager number
BillingClass
in file class_encounter.php, method Encounter::BillingClass()
    Alias of FinancialClass()
BirthDate
in file class_person.php, method Person::BirthDate()
    Returns person's date of birth.
BirthDate
in file class_personell.php, method Personell::BirthDate()
    Returns date of birth
BirthDate
in file class_encounter.php, method Encounter::BirthDate()
    Returns date of birth in yyyy-mm-format.
BirthDetails
in file class_obstetrics.php, method Obstetrics::BirthDetails()
    Gets all birth data based on the PID number.
BlockEndNr
in file class_paginator.php, method Paginator::BlockEndNr()
    Returns the real block end number.
BlockStartIndex
in file class_paginator.php, method Paginator::BlockStartIndex()
    Returns the index of the first row of the block.
BlockStartNr
in file class_paginator.php, method Paginator::BlockStartNr()
    Returns the real block start number. Returns start index + 1.
top

c

$chemlabor
in file class_diagnostics.php, variable Diagnostics::$chemlabor
    Field names of care_test_request_chemlabor
$condition
in file class_globalconfig.php, variable GlobalConfig::$condition
    Status variable
$config
in file class_globalconfig.php, variable GlobalConfig::$config
    Configuration
$coretable
in file class_core.php, variable Core::$coretable
$count
in file class_appointment.php, variable Appointment::$count
    Resulting record count
$csx
in file class_paginator.php, variable Paginator::$csx
    Current first row index
Cancel
in file class_encounter.php, method Encounter::Cancel()
    Cancels an encounter, but only when its encounter_status is set to '' (emtpy) or 'allow_cancel'.
cancelAppointment
in file class_appointment.php, method Appointment::cancelAppointment()
    Cancels an appointment based on the primary record key "nr".
CareServiceClass
in file class_encounter.php, method Encounter::CareServiceClass()
    Gets the Nursing care service class information of an encounter based on encounter number.
class_access.php
procedural page class_access.php
class_address.php
procedural page class_address.php
class_appointment.php
procedural page class_appointment.php
class_charts.php
procedural page class_charts.php
class_comm.php
procedural page class_comm.php
class_core.php
procedural page class_core.php
class_department.php
procedural page class_department.php
class_diagnostics.php
procedural page class_diagnostics.php
class_drg.php
procedural page class_drg.php
class_drg_quicklist.php
procedural page class_drg_quicklist.php
class_encounter.php
procedural page class_encounter.php
class_globalconfig.php
procedural page class_globalconfig.php
class_image.php
procedural page class_image.php
class_immunization.php
procedural page class_immunization.php
class_insurance.php
procedural page class_insurance.php
class_lab.php
procedural page class_lab.php
class_language.php
procedural page class_language.php
class_measurement.php
procedural page class_measurement.php
class_medocs.php
procedural page class_medocs.php
class_news.php
procedural page class_news.php
class_notes_doctors.php
procedural page class_notes_doctors.php
class_notes_nursing.php
procedural page class_notes_nursing.php
class_notes.php
procedural page class_notes.php
class_obstetrics.php
procedural page class_obstetrics.php
class_oproom.php
procedural page class_oproom.php
class_paginator.php
procedural page class_paginator.php
class_personell.php
procedural page class_personell.php
class_person.php
procedural page class_person.php
class_prescription.php
procedural page class_prescription.php
class_product.php
procedural page class_product.php
class_registry.php
procedural page class_registry.php
class_template.php
procedural page class_template.php
class_timeout.php
procedural page class_timeout.php
class_userconfig.php
procedural page class_userconfig.php
class_ward.php
procedural page class_ward.php
Charts
in file class_charts.php, class Charts
    Charts methods.
Charts
in file class_charts.php, method Charts::Charts()
    Constructor
ChildNrAtParent
in file class_obstetrics.php, method Obstetrics::ChildNrAtParent()
    Checks if the encounter number of a child is recorded at the parent's encounter record.
Citizenship
in file class_person.php, method Person::Citizenship()
    Returns citizenship.
CityTownCode
in file class_person.php, method Person::CityTownCode()
    Returns the city or town code number. Reserved.
CityTownExists
in file class_address.php, method Address::CityTownExists()
    Checks if city or town exists based on name and ISO country code keys.
CityTownName
in file class_person.php, method Person::CityTownName()
    Returns city or town name based on its "nr" key.
Classifications
in file class_obstetrics.php, method Obstetrics::Classifications()
    Gets all classifications.
closeBed
in file class_ward.php, method Ward::closeBed()
    Closes a bed.
closeWardNonReversible
in file class_ward.php, method Ward::closeWardNonReversible()
    Closes a ward irreversibly.
closeWardTemporary
in file class_ward.php, method Ward::closeWardTemporary()
    Closes a ward temporarily.
CombinedORNrs
in file class_oproom.php, method OPRoom::CombinedORNrs()
    Returns a line of text of all room numbers separated by comma.
Comm
in file class_comm.php, method Comm::Comm()
    Constructor, sets default table to care_phone (phone directory)
Comm
in file class_comm.php, class Comm
    Communication information methods.
ConsultingDr
in file class_encounter.php, method Encounter::ConsultingDr()
    Returns consulting physician's name.
Core
in file class_core.php, class Core
    Core methods. Will be extended by other classes.
coreFieldNames
in file class_core.php, method Core::coreFieldNames()
    Returns the core field names of the core table in an array.
countAllActiveCityTown
in file class_address.php, method Address::countAllActiveCityTown()
    Counts all active city town addresses. Rreturns the count, else return zero.
countAllActiveFirms
in file class_insurance.php, method Insurance::countAllActiveFirms()
    Counts all active insurance firms.
countBeds
in file class_ward.php, method Ward::countBeds()
    Counts and returns the number of beds available to the ward.
countCreatedRooms
in file class_ward.php, method Ward::countCreatedRooms()
    Returns total number of created rooms.
createRadioSelect
in file class_template.php, method Template::createRadioSelect()
    Creates radio buttons with the list of available templates.
createResultsList
in file class_lab.php, method Lab::createResultsList()
    Searches for existing laboratory reports for an encounter.
createSelectForm
in file class_template.php, method Template::createSelectForm()
    Creates and returns a select form element with the available templates as options.
createSelectForm
in file class_language.php, method Language::createSelectForm()
    Generates a list of <options> of available languages for a combo box .
createWaitingInpatientList
in file class_ward.php, method Ward::createWaitingInpatientList()
    Creates and returns a list of patients waiting to be assigned a room or bed.
createWaitingOutpatientList
in file class_encounter.php, method Encounter::createWaitingOutpatientList()
    createWaitingOutpatientList() creates a list of outpatients waiting to be admitted in the clinic
CurrentAttDrNr
in file class_encounter.php, method Encounter::CurrentAttDrNr()
    Returns current attending physician number.
CurrentDeptNr
in file class_encounter.php, method Encounter::CurrentDeptNr()
    Returns current department number.
CurrentEmployment
in file class_person.php, method Person::CurrentEmployment()
    Checks if the person is currently employed in this hospital.
CurrentEncounter
in file class_person.php, method Person::CurrentEncounter()
    Checks if a person is currently admitted (either inpatient & outpatient).
CurrentFirmNr
in file class_encounter.php, method Encounter::CurrentFirmNr()
    Returns current firm number.
CurrentRoomNr
in file class_encounter.php, method Encounter::CurrentRoomNr()
    Returns current room number.
CurrentWardNr
in file class_encounter.php, method Encounter::CurrentWardNr()
    Returns current ward number.
top

d

$data_array
in file class_core.php, variable Core::$data_array
$data_array
in file class_person.php, variable Person::$data_array
    Internal data buffer
$date
in file class_encounter.php, variable Encounter::$date
    Current date
$dead_stat
in file class_core.php, variable Core::$dead_stat
    Status items used in sql queries "IN (???)"
$default_path
in file class_template.php, variable Template::$default_path
    Default template path, modify if you placed the template somewhere else. Will be attempted for use if the path is not passed the object.
$default_theme
in file class_template.php, variable Template::$default_theme
    Default template theme.
$def_root_path
in file class_image.php, variable Image::$def_root_path
    Default root path for stored images
$depts
in file class_personell.php, variable Personell::$depts
    Depatments data buffer
$dept_count
in file class_prescription.php, variable Prescription::$dept_count
    Number of departments
$dept_count
in file class_measurement.php, variable Measurement::$dept_count
    Number of departments
$dept_count
in file class_department.php, variable Department::$dept_count
    Holder for departments count
$dept_count
in file class_immunization.php, variable Immunization::$dept_count
    Number or departments
$dept_nr
in file class_drg_quicklist.php, variable Quicklist::$dept_nr
    Current department number
$dept_nr
in file class_drg.php, variable DRG::$dept_nr
    Current department number
$dept_nr
in file class_department.php, variable Department::$dept_nr
    Holder for current department number
$dept_nr
in file class_ward.php, variable Ward::$dept_nr
    Department number buffer
$do_intern
in file class_core.php, variable Core::$do_intern
$dpoc_fields
in file class_personell.php, variable Personell::$dpoc_fields
    Field names of care_dutyplan_oncall
DailyWardNotesExists
in file class_notes_nursing.php, method NursingNotes::DailyWardNotesExists()
    Checks if daily ward notes record exists in the database.
deactivateBirthDetails
in file class_obstetrics.php, method Obstetrics::deactivateBirthDetails()
    Sets the status of a neonatal birth details record to "inactive".
deactivatePregnancy
in file class_obstetrics.php, method Obstetrics::deactivatePregnancy()
    Sets the status of a pregnancy record to "inactive" based on the record's primary key number.
DeathCause
in file class_person.php, method Person::DeathCause()
    Returns case of death. In case person is deceased.
DeathDate
in file class_person.php, method Person::DeathDate()
    Returns date of death. In case person is deceased.
DeathEncounterNumber
in file class_person.php, method Person::DeathEncounterNumber()
    Returns encounter number in case person died during that encounter.
DeleteCatalogItem
in file class_product.php, method Product::DeleteCatalogItem()
    Deletes a catalog item based on its item number key.
deleteDBCache
in file class_core.php, method Core::deleteDBCache()
    Deletes data from the database cache based on the id key.
deleteDiagnosis
in file class_drg.php, method DRG::deleteDiagnosis()
    "Deletes" a diagnosis code record entry.
deleteEncounterDRGGroup
in file class_drg.php, method DRG::deleteEncounterDRGGroup()
    "Deletes" a internal DRG group number record entry.
DeleteOrder
in file class_product.php, method Product::DeleteOrder()
    Deletes an order.
deleteProcedure
in file class_drg.php, method DRG::deleteProcedure()
    "Deletes" a procedure code record entry.
DeliveryModes
in file class_obstetrics.php, method Obstetrics::DeliveryModes()
    Gets all delivery modes.
Department
in file class_department.php, method Department::Department()
    Constructor
Department
in file class_department.php, class Department
    Department methods.
DeptInfo
in file class_comm.php, method Comm::DeptInfo()
    Returns the department's phone information if exists.
DeptInfoExists
in file class_comm.php, method Comm::DeptInfoExists()
    Checks whether the department's phone info if exists.
DeptQuicklist
in file class_drg.php, method DRG::DeptQuicklist()
    Returns the quicklist code items of a department.
DeptQuicklist
in file class_drg_quicklist.php, method Quicklist::DeptQuicklist()
    Returns the quicklist code items of a department.
DiagnosisCategories
in file class_drg.php, method DRG::DiagnosisCategories()
    Gets the diagnosis categories.
DiagnosisCodes
in file class_drg.php, method DRG::DiagnosisCodes()
    Gets the diagnosis codes of an encounter
Diagnostics
in file class_diagnostics.php, class Diagnostics
    Diagnostics.
DicomImages
in file class_image.php, method Image::DicomImages()
    Gets a list of dicom images.
DirectiveExists
in file class_notes_doctors.php, method DoctorsNotes::DirectiveExists()
    Checks if a physician order for an encounter exists.
Discharge
in file class_encounter.php, method Encounter::Discharge()
    Complete discharge of patient from the hospital or clinic.
DischargeFromBed
in file class_encounter.php, method Encounter::DischargeFromBed()
    Complete discharge of patient from the bed but patient remains in room.
DischargeFromDept
in file class_encounter.php, method Encounter::DischargeFromDept()
    Complete discharge of patient from the department, but patient remains admitted.
DischargeFromRoom
in file class_encounter.php, method Encounter::DischargeFromRoom()
    Complete discharge of patient from the room but patient remains in ward.
DischargeFromWard
in file class_encounter.php, method Encounter::DischargeFromWard()
    Complete discharge of patient from the ward but patient remains admitted.
DiseaseCategories
in file class_obstetrics.php, method Obstetrics::DiseaseCategories()
    Gets all disease categories.
DOCDutyplanExists
in file class_personell.php, method Personell::DOCDutyplanExists()
    Checks if the doctors' on-call duty plan of a given department number, year and month exists in the databank.
DoctorsNotes
in file class_notes_doctors.php, method DoctorsNotes::DoctorsNotes()
    Constructor
DoctorsNotes
in file class_notes_doctors.php, class DoctorsNotes
    Doctor's notes.
DRG
in file class_drg.php, method DRG::DRG()
    Constructor.
DRG
in file class_drg.php, class DRG
    DRG = Diagnosis related groups.
DRGRelatedCodeExists
in file class_drg.php, method DRG::DRGRelatedCodeExists()
    Checks if a drg related code exists in the table.
top

e

$elems_array
in file class_person.php, variable Person::$elems_array
    Field names of table care_person
$encoder
in file class_encounter.php, variable Encounter::$encoder
    Name of user
$encounter
in file class_encounter.php, variable Encounter::$encounter
    Current department number
$enc_nr
in file class_encounter.php, variable Encounter::$enc_nr
    Current encounter number
$entire_record
in file class_encounter.php, variable Encounter::$entire_record
    Flag for returning entire record or a part
$en_prepend
in file class_lab.php, variable Lab::$en_prepend
    Prepend characters for english
$error_msg
in file class_core.php, variable Core::$error_msg
    Internal error message usually used in debugging.
EffectivityExists
in file class_notes_nursing.php, method NursingNotes::EffectivityExists()
    Checks if nursing effectivity report record exists in the database.
EmailAddress
in file class_person.php, method Person::EmailAddress()
    Returns email address.
encDRGList
in file class_drg.php, method DRG::encDRGList()
    Gets all DRG records of an encounter based on the encounter number.
encMedocsList
in file class_medocs.php, method Medocs::encMedocsList()
    Gets all medocs records of an encounter number.
Encounter
in file class_encounter.php, class Encounter
    Patient encounter.
Encounter
in file class_encounter.php, method Encounter::Encounter()
    Constructor
EncounterClass
in file class_encounter.php, method Encounter::EncounterClass()
    Returns encounter or admission class.
EncounterDate
in file class_encounter.php, method Encounter::EncounterDate()
    Returns date of admission.
EncounterDRGGroupExists
in file class_drg.php, method DRG::EncounterDRGGroupExists()
    Checks if the local DRG group for the encounter exists
EncounterExists
in file class_encounter.php, method Encounter::EncounterExists()
    Checks if the encounter exists in the database based on the encounter number key.
EncounterInsuranceData
in file class_encounter.php, method Encounter::EncounterInsuranceData()
    Returns the insurance relevant data of an encounter.
EncounterList
in file class_person.php, method Person::EncounterList()
    Gets all encounters of a person based on its pid key.
EncounterLocationsInfo
in file class_ward.php, method Ward::EncounterLocationsInfo()
    Returns current location information of an encounter.
EncounterPregnancyExists
in file class_obstetrics.php, method Obstetrics::EncounterPregnancyExists()
    Checks if the encounter has a pregnancy record. This is limited to the encounter only.
EncounterStatus
in file class_encounter.php, method Encounter::EncounterStatus()
    Returns encounter status.
EncounterType
in file class_encounter.php, method Encounter::EncounterType()
    Returns encounter type. Currently reserved.
EndPrescription
in file class_charts.php, method Charts::EndPrescription()
    Stops or marks the end of prescription data based on the nr key.
EthnicOrigin
in file class_person.php, method Person::EthnicOrigin()
    Returns ethnic origin.
Exists
in file class_notes_nursing.php, method NursingNotes::Exists()
    Checks if nursing report record exists in the database.
exists
in file class_userconfig.php, method UserConfig::exists()
    Checks if the user's configuration data exists in the database based on its user configuration id key.
Exists
in file class_personell.php, method Personell::Exists()
    Checks if the PID number (the person) exists as employee in the database.
exitBed
in file class_ward.php, method Ward::exitBed()
    Reserved method name.
exitRoom
in file class_ward.php, method Ward::exitRoom()
    Reserved method name.
exitWard
in file class_ward.php, method Ward::exitWard()
    Reserved method name.
top

f

$filename
in file class_template.php, variable Template::$filename
    Filename of the template.
$firm_id
in file class_insurance.php, variable Insurance::$firm_id
    Insurance company's id
$fld_citytown
in file class_address.php, variable Address::$fld_citytown
    Fieldnames of care_address_citytown table. Primary key is "nr".
$fld_diagnosis
in file class_drg.php, variable DRG::$fld_diagnosis
    Field names of care_encounter_diagnosis table
$fld_drg
in file class_drg.php, variable DRG::$fld_drg
    Field names of care_drg_intern table
$fld_enc_drg
in file class_drg.php, variable DRG::$fld_enc_drg
    Field names of care_encounter_drg_intern table
$fld_find_chemlab
in file class_lab.php, variable Lab::$fld_find_chemlab
    Field names for care_test_findings_chemlab table
$fld_image
in file class_image.php, variable Image::$fld_image
    Field names of care_encounter_image table
$fld_img_diag
in file class_image.php, variable Image::$fld_img_diag
    Field names of care_img_diagnostic table
$fld_insurance
in file class_insurance.php, variable Insurance::$fld_insurance
    Field names of care_insurance_firm table
$fld_measure
in file class_charts.php, variable Charts::$fld_measure
    Field names of care_encounter_measurement table
$fld_neonatal
in file class_obstetrics.php, variable Obstetrics::$fld_neonatal
    Field names of care_neonatal table
$fld_notes
in file class_notes.php, variable Notes::$fld_notes
    Field names of care_encounter_notes table
$fld_ocat
in file class_product.php, variable Product::$fld_ocat
    Field names of care_pharma_ordercatalog or care_med_ordercatalog tables
$fld_phone
in file class_comm.php, variable Comm::$fld_phone
    Field names of care_phone table
$fld_preg
in file class_obstetrics.php, variable Obstetrics::$fld_preg
    Field names of care_pregnancy table
$fld_prescription
in file class_charts.php, variable Charts::$fld_prescription
    Field names of care_encounter_prescription table
$fld_presc_notes
in file class_charts.php, variable Charts::$fld_presc_notes
    Field names of care_encounter_prescription_notes table
$fld_procedure
in file class_drg.php, variable DRG::$fld_procedure
    Field names of care_encounter_procedure table
$fld_prodmain
in file class_product.php, variable Product::$fld_prodmain
    Field names of care_pharma_products_main or care_med_products_main tables
$fld_qlist
in file class_drg_quicklist.php, variable Quicklist::$fld_qlist
    Field names of care_drg_quicklist table
$fld_qlist
in file class_drg.php, variable DRG::$fld_qlist
    Field names of care_drg_quicklist table
$fld_room
in file class_oproom.php, variable OPRoom::$fld_room
    Field names of the care_room table
$fld_room
in file class_ward.php, variable Ward::$fld_room
    Field names of table care_room
$fld_sickconfirm
in file class_encounter.php, variable Encounter::$fld_sickconfirm
    Field names of care_encounter_sickconfirm table
$fld_test_param
in file class_lab.php, variable Lab::$fld_test_param
    Field names for care_test_param table
$fld_ward
in file class_ward.php, variable Ward::$fld_ward
    Field names of care_ward table
FatherPID
in file class_person.php, method Person::FatherPID()
    Returns pid number of father.
FaxNumber
in file class_person.php, method Person::FaxNumber()
    Returns fax number.
FeedingTypes
in file class_obstetrics.php, method Obstetrics::FeedingTypes()
    Gets all feeding types.
FilesListArray
in file class_core.php, method Core::FilesListArray()
    Returns a list of filename within a path in array.
FinancialClass
in file class_encounter.php, method Encounter::FinancialClass()
    Returns financial class.
FirmIDExists
in file class_insurance.php, method Insurance::FirmIDExists()
    Alias of Firm_exists()
Firm_exists
in file class_insurance.php, method Insurance::Firm_exists()
    Checks if the insurance company exists in the database based on its firm id.
FirstCellphoneNumber
in file class_person.php, method Person::FirstCellphoneNumber()
    Returns first cellphone number. Can be used as private cellphone number.
FirstName
in file class_personell.php, method Personell::FirstName()
    Returns the employee's first/given name
FirstName
in file class_encounter.php, method Encounter::FirstName()
    Returns first or given name.
FirstName
in file class_person.php, method Person::FirstName()
    Returns person's first name.
FirstPhoneAreaCode
in file class_person.php, method Person::FirstPhoneAreaCode()
    Returns first phone area code.
FirstPhoneNumber
in file class_person.php, method Person::FirstPhoneNumber()
    Returns first phone number. Can be used as private phone number.
FollowUpDate
in file class_encounter.php, method Encounter::FollowUpDate()
    Returns follow-up date in yyyy-mm-dd format.
FollowUpResponsibility
in file class_encounter.php, method Encounter::FollowUpResponsibility()
    Returns the name of physician or service responsible for follow-up.
FormalName
in file class_department.php, method Department::FormalName()
    Returns the department formal name. Use preferably after the department was successfully preloaded by the preloadDept() method.
formattedAddress_DE
in file class_personell.php, method Personell::formattedAddress_DE()
    Returns full address in german format
top

g

$group_nr
in file class_encounter.php, variable Encounter::$group_nr
    Current group number
get
in file class_registry.php, method Registry::get()
    Gets the registry item.
getActiveRoomInfo
in file class_ward.php, method Ward::getActiveRoomInfo()
    Gets one active room information.
getAll
in file class_immunization.php, method Immunization::getAll()
    Gets all immunization data without any condition. Unsorted.
getAll
in file class_department.php, method Department::getAll()
    Gets all departments without condition. The result is assoc array sorted by departments formal name
getAllActive
in file class_department.php, method Department::getAllActive()
    Gets all ACTIVE departments. The result is assoc array sorted by departments formal name
getAllActiveCityTown
in file class_address.php, method Address::getAllActiveCityTown()
    Gets all active city town addresses. Returns ADODB record object or boolean.
getAllActiveFirmsInfo
in file class_insurance.php, method Insurance::getAllActiveFirmsInfo()
    Gets all active insurance firms' information.
getAllActiveObject
in file class_department.php, method Department::getAllActiveObject()
    Gets all ACTIVE departments. The result is adodb record object sorted by departments formal name
getAllActiveORNrs
in file class_department.php, method Department::getAllActiveORNrs()
    Gets all active OR Room numbers
getAllActiveRoomsInfo
in file class_ward.php, method Ward::getAllActiveRoomsInfo()
    Gets all active rooms information.
getAllActiveSort
in file class_immunization.php, method Immunization::getAllActiveSort()
    Gets only ACTIVE immunization data. Sorted.
getAllActiveSort
in file class_department.php, method Department::getAllActiveSort()
    Gets all ACTIVE departments. The result is assoc array sorted by param $sort
getAllActiveWards
in file class_ward.php, method Ward::getAllActiveWards()
    Returns information of all ACTIVE wards.
getAllActiveWithDOC
in file class_department.php, method Department::getAllActiveWithDOC()
    Gets all ACTIVE medical departments with doctors-on-call assigned. The result is assoc array sorted by departments formal name
getAllActiveWithNOC
in file class_department.php, method Department::getAllActiveWithNOC()
    Gets all ACTIVE medical departments with nurse-on-call assigned. The result is assoc array sorted by departments formal name
getAllActiveWithSurgery
in file class_department.php, method Department::getAllActiveWithSurgery()
    Gets all ACTIVE medical departments that does surgery. The result is assoc array sorted by departments formal name
getAllByDateObj
in file class_appointment.php, method Appointment::getAllByDateObj()
    Gets all appointments by a given date.
getAllByDeptObj
in file class_appointment.php, method Appointment::getAllByDeptObj()
    Gets all appointments by a given date and department number.
getAllByDocObj
in file class_appointment.php, method Appointment::getAllByDocObj()
    Gets all appointments by a given date and doctor's name.
getAllCurrentPrescription
in file class_charts.php, method Charts::getAllCurrentPrescription()
    Gets all current prescription data based on the encounter_nr key.
getAllDataArray
in file class_core.php, method Core::getAllDataArray()
    Returns all records with the all items from the table.
getAllDataObject
in file class_core.php, method Core::getAllDataObject()
    Returns all records with all items from the table.
getAllImageData
in file class_image.php, method Image::getAllImageData()
    Gets all data from the care_encounter_image table which are pertinent to the encounter.
getAllInfoArray
in file class_person.php, method Person::getAllInfoArray()
    Same as getAllInfoObject() but returns a 2 dimensional array.
getAllInfoObject
in file class_person.php, method Person::getAllInfoObject()
    Gets all person registration information based on its PID number key.
getAllItemsArray
in file class_core.php, method Core::getAllItemsArray()
    Similar to getAllItemsObject() method but returns the records in an associative array.
getAllItemsObject
in file class_core.php, method Core::getAllItemsObject()
    Returns all records with the needed items from the table.
getAllMedical
in file class_department.php, method Department::getAllMedical()
    Gets all ACTIVE medical departments. The result is assoc array sorted by departments formal name
getAllMedicalObject
in file class_department.php, method Department::getAllMedicalObject()
    Gets all ACTIVE medical departments. The result is adodb record object sorted by departments formal name
getAllMedicalWithOnCall
in file class_department.php, method Department::getAllMedicalWithOnCall()
    Gets all ACTIVE medical departments with doctors-on-call or nurse-on-call assigned. The result is assoc array sorted by departments formal name
getAllMsrTypes
in file class_measurement.php, method Measurement::getAllMsrTypes()
    Gets all measurement types.
getAllNewsGroup
in file class_department.php, method Department::getAllNewsGroup()
    Gets all ACTIVE NEWS departments. The result is assoc array sorted by departments formal name
getAllNoCondition
in file class_immunization.php, method Immunization::getAllNoCondition()
    Gets all immunization data without any condition.
getAllNoCondition
in file class_department.php, method Department::getAllNoCondition()
    Gets all departments without condition
getAllObject
in file class_appointment.php, method Appointment::getAllObject()
    Alias of getPersonsAppointmentObj()
getAllResults
in file class_lab.php, method Lab::getAllResults()
    Gets all test result records for an encounter.
getAllServiceClassesObject
in file class_encounter.php, method Encounter::getAllServiceClassesObject()
    Gets all service classes of a given class.
getAllSort
in file class_department.php, method Department::getAllSort()
    Gets all departments without condition
getAllSort
in file class_immunization.php, method Immunization::getAllSort()
    Gets all immunization data without any condition. Sorted.
getAllSupporting
in file class_department.php, method Department::getAllSupporting()
    Gets all ACTIVE NON-MEDICAL departments. The result is assoc array sorted by departments formal name
getAllTypes
in file class_notes.php, method Notes::getAllTypes()
    Gets all types of notes record. Unsorted result.
getAllTypesSort
in file class_notes.php, method Notes::getAllTypesSort()
    Gets all types of notes record. Sorted result.
getAllWardsDataArray
in file class_ward.php, method Ward::getAllWardsDataArray()
    Returns all wards data.
getAllWardsDataObject
in file class_ward.php, method Ward::getAllWardsDataObject()
    Returns all wards data.
getAllWardsItemsArray
in file class_ward.php, method Ward::getAllWardsItemsArray()
    Returns items of all wards.
getAllWardsItemsObject
in file class_ward.php, method Ward::getAllWardsItemsObject()
    Returns items of all wards.
getAnaesthesia
in file class_obstetrics.php, method Obstetrics::getAnaesthesia()
    Gets a complete anaesthesia information.
getAppointment
in file class_appointment.php, method Appointment::getAppointment()
    Gets appointment data based on primary record key "nr".
getAppTypeInfo
in file class_prescription.php, method Prescription::getAppTypeInfo()
    Gets the information of an application type based on its type number key.
getAppTypes
in file class_immunization.php, method Immunization::getAppTypes()
    Gets all application types.
getAppTypes
in file class_prescription.php, method Prescription::getAppTypes()
    Gets all application types returned in a 2 dimensional array.
getArchiveList
in file class_news.php, method News::getArchiveList()
    Gets archived news articles of a department.
getAuthor
in file class_news.php, method News::getAuthor()
    Gets the author of the news based on its primary key number.
getBasic4Data
in file class_encounter.php, method Encounter::getBasic4Data()
    Gets an adodb object containing the "very basic" encounter's first name, family name, birth date and sex.
getBatchResult
in file class_lab.php, method Lab::getBatchResult()
    Gets the test result data basing on the batch number key.
getBody
in file class_news.php, method News::getBody()
    Gets the body of the news based on its primary key number.
getChartDailyAnticoagNotes
in file class_charts.php, method Charts::getChartDailyAnticoagNotes()
    Gets anticoaguants data of a given date range.
getChartDailyDietPlans
in file class_charts.php, method Charts::getChartDailyDietPlans()
    Gets diet plan of a given date range.
getChartDailyEtcNotes
in file class_charts.php, method Charts::getChartDailyEtcNotes()
    Gets supplementary notes data of a given date range.
getChartDailyIVNotes
in file class_charts.php, method Charts::getChartDailyIVNotes()
    Gets IV notes data of a given date range.
getChartDailyMainNotes
in file class_charts.php, method Charts::getChartDailyMainNotes()
    Gets main notes data of a given date range.
getChartDailyPrescriptionNotes
in file class_charts.php, method Charts::getChartDailyPrescriptionNotes()
    Gets prescription notes data of a given date range.
getChartNotes
in file class_charts.php, method Charts::getChartNotes()
    Gets chart notes data based on the type_nr key.
getCityTownInfo
in file class_address.php, method Address::getCityTownInfo()
    Gets all record information of a city or town based on the record "nr" key.
getClassification
in file class_obstetrics.php, method Obstetrics::getClassification()
    Gets a complete neonatal classification information.
getConfig
in file class_globalconfig.php, method GlobalConfig::getConfig()
    Gets (a) global configuration value(s) of (a) configuration item(s).
getConfig
in file class_userconfig.php, method UserConfig::getConfig()
    Loads the user's configuration data based on its user configuration id key.
getConfigData
in file class_userconfig.php, method UserConfig::getConfigData()
    Returns the preloaded configuration data.
getConfigValue
in file class_globalconfig.php, method GlobalConfig::getConfigValue()
    Gets a global config value of a config item supplied as parameter.
getDailyWardNotes
in file class_notes_nursing.php, method NursingNotes::getDailyWardNotes()
    Gets all daily notes data of an encounter number.
getDayBP
in file class_charts.php, method Charts::getDayBP()
    Gets a blood pressure data based on encounter_nr and date keys.
getDayChartNotes
in file class_charts.php, method Charts::getDayChartNotes()
    Gets chart notes data based on the type_nr key and date key.
getDayPrescriptionNotes
in file class_charts.php, method Charts::getDayPrescriptionNotes()
    Gets prescription data of a day based on the encounter_nr and date keys.
getDayTemperature
in file class_charts.php, method Charts::getDayTemperature()
    Gets a temperature data based on encounter_nr and date keys.
getDayWardOccupants
in file class_ward.php, method Ward::getDayWardOccupants()
    Returns ward occupants (inpatients) information on a given date.
getDBCache
in file class_core.php, method Core::getDBCache()
    Gets temporary data from the database cache.
getDefault
in file class_userconfig.php, method UserConfig::getDefault()
    Loads the default configuration data.
getDeliveryMode
in file class_obstetrics.php, method Obstetrics::getDeliveryMode()
    Gets complete delivery mode information.
getDeptAllInfo
in file class_department.php, method Department::getDeptAllInfo()
    Gets all information of one department. The result is 2 dimensional associative array.
getDiagnosis
in file class_charts.php, method Charts::getDiagnosis()
    Gets the diagnosis text based on the encounter_nr key.
getDicomImage
in file class_image.php, method Image::getDicomImage()
    Gets a dicom image based on its primary key number.
getDirectives
in file class_notes_doctors.php, method DoctorsNotes::getDirectives()
    Gets the physician order for an encounter.
getDirectivesAndInquiries
in file class_notes_doctors.php, method DoctorsNotes::getDirectivesAndInquiries()
    Gets the combined physician order and inquiries to physician for an encounter.
getDischargeTypesData
in file class_encounter.php, method Encounter::getDischargeTypesData()
    Gets the discharge types.
getDiseaseCategory
in file class_obstetrics.php, method Obstetrics::getDiseaseCategory()
    Gets complete disease category information.
getDOCDutyplan
in file class_personell.php, method Personell::getDOCDutyplan()
    Gets the doctors' on-call duty plan of a department number, year and month.
getDOCQuicklist
in file class_personell.php, method Personell::getDOCQuicklist()
    Gets a list of departments with doctors' on-call duty plan of a given year and month.
getDoctorsDirectivesDateRange
in file class_notes_doctors.php, method DoctorsNotes::getDoctorsDirectivesDateRange()
    Gets the date range of a physician order for an encounter.
getDoctorsOfDept
in file class_personell.php, method Personell::getDoctorsOfDept()
    Returns information of all nurses of a department.
getEffectivityReport
in file class_notes_nursing.php, method NursingNotes::getEffectivityReport()
    Gets a nursing effectivity report based on the encounter_nr key.
getEncounterClassInfo
in file class_encounter.php, method Encounter::getEncounterClassInfo()
    Gets the encounter class' information based on its class_nr key.
getEncounterNotes
in file class_notes.php, method Notes::getEncounterNotes()
    Gets all notes of a given record number.
getErrorMsg
in file class_core.php, method Core::getErrorMsg()
    Feturns the value of error_msg, the internal error message.
getFeedingType
in file class_obstetrics.php, method Obstetrics::getFeedingType()
    Gets complete feeding type information.
getFirmInfo
in file class_insurance.php, method Insurance::getFirmInfo()
    Gets the insurance company's complete information.
getFirmName
in file class_insurance.php, method Insurance::getFirmName()
    Gets the insurance company's name.
getHeadlinesPreview
in file class_news.php, method News::getHeadlinesPreview()
    Gets news articles of a department for preview purposes.
getImageData
in file class_image.php, method Image::getImageData()
    Gets the image' s data from the database table.
getInductionMethod
in file class_obstetrics.php, method Obstetrics::getInductionMethod()
    Gets complete induction method information.
getInquiries
in file class_notes_doctors.php, method DoctorsNotes::getInquiries()
    Gets the inquiries to physician for an encounter.
getInsuranceClassInfo
in file class_insurance.php, method PersonInsurance::getInsuranceClassInfo()
    Gets insurance class's information based on the class number.
getInsuranceClassInfo
in file class_encounter.php, method Encounter::getInsuranceClassInfo()
    Gets the insurance class' information based on its class_nr key.
getInsuranceClassInfoArray
in file class_insurance.php, method Insurance::getInsuranceClassInfoArray()
    Gets the information of all insurance classes. Returns 2 dimensional array.
getInsuranceClassInfoObject
in file class_insurance.php, method Insurance::getInsuranceClassInfoObject()
    Gets the information of all insurance classes. Returns adodb record object.
getItem
in file class_news.php, method News::getItem()
    Gets a news item based on its primary key number.
getLastModifyTime
in file class_lab.php, method Lab::getLastModifyTime()
    Gets the latest modify_time information of an encounter's laboratory result.
getLastQuery
in file class_core.php, method Core::getLastQuery()
    Returns the the last sql query string
getLastShotNr
in file class_image.php, method Image::getLastShotNr()
    Gets the last shot number of an image data by encounter number and shot date.
getLimitActiveCityTown
in file class_address.php, method Address::getLimitActiveCityTown()
    Same as getAllActiveCityTown but uses the limit feature of adodb to limit the number or rows actually returned.
getLimitActiveFirmsInfo
in file class_insurance.php, method Insurance::getLimitActiveFirmsInfo()
    Similar to getAllActiveFirmsInfo() but returns limited rows.
getList
in file class_news.php, method News::getList()
    Gets department news articles' information.
getLoadedEncounterData
in file class_encounter.php, method Encounter::getLoadedEncounterData()
    Returns the contents of the internal encounter data buffer $encounter
getNewEncounterNr
in file class_encounter.php, method Encounter::getNewEncounterNr()
    Gets a new encounter number.
getNews
in file class_news.php, method News::getNews()
    Gets the news article based on its primary key number.
getNOCDutyplan
in file class_personell.php, method Personell::getNOCDutyplan()
    Gets the Nurses' on-call duty plan of a department number, year and month.
getNOCQuicklist
in file class_personell.php, method Personell::getNOCQuicklist()
    Gets a list of departments with Nurses' on-call duty plan of a given year and month.
getNursesOfDept
in file class_personell.php, method Personell::getNursesOfDept()
    Returns information of all nurses of a department.
getNursingAndEffectivityReport
in file class_notes_nursing.php, method NursingNotes::getNursingAndEffectivityReport()
    Gets both nursing report and effectivity report based on the encounter_nr key.
getNursingReport
in file class_notes_nursing.php, method NursingNotes::getNursingReport()
    Gets a nursing report based on the encounter_nr key.
getNursingReportDateRange
in file class_notes_nursing.php, method NursingNotes::getNursingReportDateRange()
    Gets the date range of a nursing report.
getOutcome
in file class_obstetrics.php, method Obstetrics::getOutcome()
    Gets complete outcome type information.
getPerineum
in file class_obstetrics.php, method Obstetrics::getPerineum()
    Gets a complete perineum information.
getPersonellInfo
in file class_personell.php, method Personell::getPersonellInfo()
    Gets the personnel information based on its personnel number key.
getPersonInsuranceObject
in file class_insurance.php, method PersonInsurance::getPersonInsuranceObject()
    Gets person's insurance data based on his PID number.
getPersonsAppointmentsObj
in file class_appointment.php, method Appointment::getPersonsAppointmentsObj()
    Gets person's appointment data based on his pid key.
getPhoneInfo
in file class_department.php, method Department::getPhoneInfo()
    Gets the contact (phone, beeper, etc) of a department from the care_department table.
getPicMime
in file class_news.php, method News::getPicMime()
    Gets file extension (mime type) of the image accompanying the news article based on its primary key number.
getPreface
in file class_news.php, method News::getPreface()
    Gets the preface (leading summary) of the news based on its primary key number.
getPrescriptionTypeInfo
in file class_prescription.php, method Prescription::getPrescriptionTypeInfo()
    Gets the information of a prescription type based on its type number key.
getPrescriptionTypes
in file class_prescription.php, method Prescription::getPrescriptionTypes()
    Gets all prescription types returned in a 2 dimensional array.
getPublishDate
in file class_news.php, method News::getPublishDate()
    Gets the publication date of the news based on its primary key number.
getResult
in file class_lab.php, method Lab::getResult()
    Gets the test result data basing on encounter number, job id, and test group id keys.
getResult
in file class_core.php, method Core::getResult()
    Feturns the value of result
getRoomInfo
in file class_ward.php, method Ward::getRoomInfo()
    Returns room information.
getServiceClass
in file class_encounter.php, method Encounter::getServiceClass()
    Gets the service class information of an encounter based on service type and encounter number.
getShortPreviewList
in file class_news.php, method News::getShortPreviewList()
    Gets department's news information with preface text and image.
getSicknessConfirm
in file class_encounter.php, method Encounter::getSicknessConfirm()
    Gets a stored sickness confirmation of an encounter.
getSubmitDate
in file class_news.php, method News::getSubmitDate()
    Gets submission date of the news based on its primary key number.
getTemplateList
in file class_template.php, method Template::getTemplateList()
    Public interface of the template list variable. Will return the list as array.
getTestParam
in file class_lab.php, method Lab::getTestParam()
    Gets all information of a test parameter.
getTitle
in file class_news.php, method News::getTitle()
    Gets the title of the news based on its primary key number.
getType
in file class_notes.php, method Notes::getType()
    Gets notes type information based on the type number (nr key).
getTypeInfo
in file class_department.php, method Department::getTypeInfo()
    Gets a department type information. The result is 2 dimensional associative array.
getTypeInfo
in file class_immunization.php, method Immunization::getTypeInfo()
    Gets application type information based on its type number.
getTypes
in file class_department.php, method Department::getTypes()
    Gets all department types information. The result is assoc array unsorted.
getUnits
in file class_measurement.php, method Measurement::getUnits()
    Gets all measurement units without conditions.
getUseFrequency
in file class_insurance.php, method Insurance::getUseFrequency()
    Gets the usage frequency of an insurance company based on its firm id key.
getValue
in file class_person.php, method Person::getValue()
    Gets a particular registration item based on its PID number.
getValueByList
in file class_person.php, method Person::getValueByList()
    Gets registration items based on an item list and PID number.
getWardInfo
in file class_ward.php, method Ward::getWardInfo()
    Returns ward information.
GlobalConfig
in file class_globalconfig.php, class GlobalConfig
    Global configuration methods.
GlobalConfig
in file class_globalconfig.php, method GlobalConfig::GlobalConfig()
    Constructor
groupNonGroupedItems
in file class_drg.php, method DRG::groupNonGroupedItems()
    Sets the group number of all non-grouped diagnosis and procedure entries of an encounter.
top

h

$headnrs
in file class_news.php, variable News::$headnrs
    Healine numbers
hasPatient
in file class_ward.php, method Ward::hasPatient()
    Checks if there is at least one patient admitted in the ward.
hasValidPassword
in file class_access.php, method Access::hasValidPassword()
    Returns the password status of the user
hideResultIfExists
in file class_lab.php, method Lab::hideResultIfExists()
    Hides the test result if it exists.
top

i

$icd_version
in file class_drg.php, variable DRG::$icd_version
    ICD version
$id
in file class_registry.php, variable Registry::$id
    Record ID buffer
$ignore_status
in file class_encounter.php, variable Encounter::$ignore_status
    Flag for ignoring certain events
$is_allpreloaded
in file class_oproom.php, variable OPRoom::$is_allpreloaded
    Flag for preloaded OR data
$is_loaded
in file class_encounter.php, variable Encounter::$is_loaded
    Status of preloaded encounter data
$is_loaded
in file class_personell.php, variable Personell::$is_loaded
    Loaded data flag
$is_nr
in file class_person.php, variable Person::$is_nr
    Valid number flag
$is_preloaded
in file class_immunization.php, variable Immunization::$is_preloaded
    Preloaded data flag
$is_preloaded
in file class_measurement.php, variable Measurement::$is_preloaded
    Preloaded department flag
$is_preloaded
in file class_notes.php, variable Notes::$is_preloaded
    Preloaded flag
$is_preloaded
in file class_person.php, variable Person::$is_preloaded
    Preloaded data flag
$is_preloaded
in file class_core.php, variable Core::$is_preloaded
$is_preloaded
in file class_userconfig.php, variable UserConfig::$is_preloaded
    Preloaded data flag
$is_preloaded
in file class_prescription.php, variable Prescription::$is_preloaded
    Preloaded data flag
$is_preloaded
in file class_department.php, variable Department::$is_preloaded
    Preloaded flag
ICDVersion
in file class_drg.php, method DRG::ICDVersion()
    Returns the ICD code version (Diagnosis codes)
ID
in file class_department.php, method Department::ID()
    Returns the department ID. Use preferably after the department was successfully preloaded by the preloadDept() method.
IDExists
in file class_ward.php, method Ward::IDExists()
    IDExists() checks if the ward id is existing.
Image
in file class_image.php, class Image
    Image methods.
Image
in file class_image.php, method Image::Image()
    Constructor
ImageNotesExists
in file class_image.php, method Image::ImageNotesExists()
    Checks if the image notes record exists in the table.
ImgNotes
in file class_image.php, method Image::ImgNotes()
    Returns the notes of an image.
Immunization
in file class_immunization.php, class Immunization
    Immunization methods.
Immunization
in file class_immunization.php, method Immunization::Immunization()
    Constructor
InBed
in file class_encounter.php, method Encounter::InBed()
    Checks if the encounter has been finally assigned a bed.
InDept
in file class_encounter.php, method Encounter::InDept()
    Checks if the encounter (outpatient) is finally admitted to a department (or clinic).
InductionMethods
in file class_obstetrics.php, method Obstetrics::InductionMethods()
    Gets all induction methods.
InitPersonellNrExists
in file class_personell.php, method Personell::InitPersonellNrExists()
    Checks if the personnel (employee) number exists in the database.
InitPIDExists
in file class_person.php, method Person::InitPIDExists()
    Checks if PID number exists in the database.
InPhone1
in file class_personell.php, method Personell::InPhone1()
    Returns first internal phone number
InPhone2
in file class_personell.php, method Personell::InPhone2()
    Returns second internal phone number
InPhone3
in file class_personell.php, method Personell::InPhone3()
    Returns third internal phone number
InquiryExists
in file class_notes_doctors.php, method DoctorsNotes::InquiryExists()
    Checks if an inquiry to doctor for an encounter exists.
InRoom
in file class_encounter.php, method Encounter::InRoom()
    Checks if the encounter has been finally assigned a room.
insertDataFromArray
in file class_insurance.php, method PersonInsurance::insertDataFromArray()
    Inserts data from an array into a database table.
insertDataFromArray
in file class_core.php, method Core::insertDataFromArray()
    Inserts data from an array (passed by reference) into a table.
insertDataFromArray
in file class_person.php, method Person::insertDataFromArray()
    Inserts the data into the care_person table.
insertDataFromInternalArray
in file class_person.php, method Person::insertDataFromInternalArray()
    Inserts the data from the internal buffer array into the care_person table.
insertDataFromInternalArray
in file class_core.php, method Core::insertDataFromInternalArray()
    Inserts data from the internal array previously filled with data by the setDataArray() method.
Insurance
in file class_insurance.php, method Insurance::Insurance()
    Constructor
Insurance
in file class_insurance.php, class Insurance
    Insurance methods.
InsuranceFirmID
in file class_encounter.php, method Encounter::InsuranceFirmID()
    Returns insurance company's id used in the encounter.
InsuranceNr
in file class_encounter.php, method Encounter::InsuranceNr()
    Returns insurance number used in the encounter.
InternDRGGroups
in file class_drg.php, method DRG::InternDRGGroups()
    Gets the internal DRG groups of an encounter
internResolveDeptNr
in file class_drg.php, method DRG::internResolveDeptNr()
    Resolves the department number to be used for the internal routines.
internResolveDeptNr
in file class_drg_quicklist.php, method Quicklist::internResolveDeptNr()
    Resolves the encounter number.
internResolveEncounterNr
in file class_encounter.php, method Encounter::internResolveEncounterNr()
    Resolves the encounter number internally.
internResolvePID
in file class_person.php, method Person::internResolvePID()
    Resolves the PID number to used in the methods.
internResolvePID
in file class_insurance.php, method PersonInsurance::internResolvePID()
    Resolves the PID number to be used.
InWard
in file class_encounter.php, method Encounter::InWard()
    Checks if the encounter is finally admitted in a ward.
In_Dept
in file class_encounter.php, method Encounter::In_Dept()
    Returns status flag if patient is finally admitted in department.
In_Ward
in file class_encounter.php, method Encounter::In_Ward()
    Returns status flag if patient is finally admitted in ward.
isCurrentlyAdmitted
in file class_encounter.php, method Encounter::isCurrentlyAdmitted()
    Checks if an encounter number is currently admitted (both inpatient & outpatient).
isENCCurrentlyAdmitted
in file class_encounter.php, method Encounter::isENCCurrentlyAdmitted()
    Checks if a given encounter number is currently admitted.
isKnown
in file class_access.php, method Access::isKnown()
    Returns the user status of the user whether he is registered user or not.
isLocked
in file class_access.php, method Access::isLocked()
    Returns the user permission "is locked?" status.
isNotLocked
in file class_access.php, method Access::isNotLocked()
    Returns the permission "is not locked?" status. A negation of isLocked() method.
isOR
in file class_department.php, method Department::isOR()
    Checks if room number is an operating room (OR)
isPIDCurrentlyAdmitted
in file class_encounter.php, method Encounter::isPIDCurrentlyAdmitted()
    Checks if the person's is currently admitted based on his PID number.
isPreLoaded
in file class_core.php, method Core::isPreLoaded()
    Returns the value of is_preloaded that is set by methods that preload large number of data.
isPreLoaded
in file class_userconfig.php, method UserConfig::isPreLoaded()
    Checks if the configuration data is successfully preloaded.
isSurgery
in file class_department.php, method Department::isSurgery()
    Checks if department does surgery
isTimedOut
in file class_timeout.php, method TimeOut::isTimedOut()
    Checks if the session has timed out
isValidAddress
in file class_person.php, method Person::isValidAddress()
    Returns the valid address status. Returns 1 or 0.
isValidUploadedImage
in file class_image.php, method Image::isValidUploadedImage()
    Checks whether the uploaded image file is valid or not.
Is_Discharged
in file class_encounter.php, method Encounter::Is_Discharged()
    Returns status flag if patient is finally discharged.
top

j

JobIDExists
in file class_lab.php, method Lab::JobIDExists()
    Checks if the job id is existing.
top

l

$lang_path
in file class_language.php, variable Language::$lang_path
    Path to language files.
$lock_status
in file class_access.php, variable Access::$lock_status
    The access permission status.
$loc_nr
in file class_encounter.php, variable Encounter::$loc_nr
    Current localization type number
Lab
in file class_lab.php, method Lab::Lab()
    Constructor
Lab
in file class_lab.php, class Lab
    Laboratory methods.
Language
in file class_language.php, class Language
    Language methods.
LastName
in file class_personell.php, method Personell::LastName()
    Returns the employee's last/family name
LastName
in file class_encounter.php, method Encounter::LastName()
    Returns last or family name.
LastName
in file class_person.php, method Person::LastName()
    Returns person's last or family name.
LastORNr
in file class_oproom.php, method OPRoom::LastORNr()
    Returns the last OP room number. Based on the highest OP room number.
LastRecordCount
in file class_core.php, method Core::LastRecordCount()
    Returns the value of rec_count
LDvar
in file class_department.php, method Department::LDvar()
    Returns the department's language dependent variable name. Use preferably after the department was successfully preloaded by the preloadDept() method.
LengthUnits
in file class_measurement.php, method Measurement::LengthUnits()
    Returns all length/height units in metric system.
load
in file class_template.php, method Template::load()
    Loads the template file and appends/prepends '"' at the loaded string. Will return the template contents if succesful.
loadAccess
in file class_access.php, method Access::loadAccess()
    Loads the user data and checks its access status.
loadEncounterData
in file class_encounter.php, method Encounter::loadEncounterData()
    Loads the encounter data including some data from the registration into an internal buffer array $encounter.
loadPersonellData
in file class_personell.php, method Personell::loadPersonellData()
    Loads the personnel data in the internal buffer $personell_data. based on its personnel number key.
LocalizationTypes
in file class_drg.php, method DRG::LocalizationTypes()
    Gets the localization types.
top

m

$max_nr
in file class_paginator.php, variable Paginator::$max_nr
    Maximum number of rows displayed. User configurable.
$mimefilter
in file class_image.php, variable Image::$mimefilter
    Default filter string for allowed file extensions
MaidenName
in file class_person.php, method Person::MaidenName()
    Returns person's maiden (unmarried) name.
makeNextLink
in file class_paginator.php, method Paginator::makeNextLink()
    Creates and returns the "Next" block link.
makePrevLink
in file class_paginator.php, method Paginator::makePrevLink()
    Creates and returns the "previous" block link.
makeSortLink
in file class_paginator.php, method Paginator::makeSortLink()
    Creates a link for sorting, improved version of SortLink().
markAppointmentDone
in file class_encounter.php, method Encounter::markAppointmentDone()
    Marks an appointment's status as "done" and links the encounter number resulting from the appointment.
MaxCount
in file class_paginator.php, method Paginator::MaxCount()
    returns the maximal number of rows allowed for a block
Measurement
in file class_measurement.php, method Measurement::Measurement()
    Constructor
Measurement
in file class_measurement.php, class Measurement
    Measurement methods.
Medocs
in file class_medocs.php, method Medocs::Medocs()
    Constructor
Medocs
in file class_medocs.php, class Medocs
    Medocs methods. Medocs = Textual documentation for diagnosis and therapy procedures as opposite of the DRG (code based documentation).
MiddleName
in file class_person.php, method Person::MiddleName()
    Returns person's middle name.
MotherPID
in file class_person.php, method Person::MotherPID()
    Returns pid number of mother.
top

n

$normal_stat
in file class_core.php, variable Core::$normal_stat
    Status items used in sql queries "IN (???)"
Name
in file class_access.php, method Access::Name()
    Returns the user's name.
NationalIDNumber
in file class_person.php, method Person::NationalIDNumber()
    Returns national id number.
neutralize
in file class_template.php, method Template::neutralize()
    Converts all \ chars to \\ and " to \" of the string
NewORNr
in file class_oproom.php, method OPRoom::NewORNr()
    Generates and returns a new OR number. Based on the highest OP room number plus 1.
News
in file class_news.php, class News
    News methods.
nextIndex
in file class_paginator.php, method Paginator::nextIndex()
    Returns the start index of the next block's row.
NOCDutyplanExists
in file class_personell.php, method Personell::NOCDutyplanExists()
    Checks if the nurses' on-call duty plan of a given department number, year and month exists in the databank.
nongroupedDiagnosisExists
in file class_drg.php, method DRG::nongroupedDiagnosisExists()
    Checks if non-grouped diagnosis entries for an encounter exist
nongroupedProcedureExists
in file class_drg.php, method DRG::nongroupedProcedureExists()
    Checks if non-grouped procedure entries for an encounter exist
Notes
in file class_notes.php, method Notes::Notes()
    Constructor
Notes
in file class_notes.php, class Notes
    Notes methods.
Nr
in file class_department.php, method Department::Nr()
    Returns the department number. Use preferably after the department was successfully preloaded by the preloadDept() method.
NursingNotes
in file class_notes_nursing.php, class NursingNotes
    Nursing Notes and Documentation methods.
NursingNotes
in file class_notes_nursing.php, method NursingNotes::NursingNotes()
    Constructor
top

o

$ok
in file class_insurance.php, variable Insurance::$ok
    Universal event flag
$ok
in file class_person.php, variable Person::$ok
    Universal flag
$ok
in file class_core.php, variable Core::$ok
$ok
in file class_userconfig.php, variable UserConfig::$ok
    Event flag
$ok
in file class_globalconfig.php, variable GlobalConfig::$ok
    Buffer flag
$ops_version
in file class_drg.php, variable DRG::$ops_version
    OPS version
$OR_typenr
in file class_oproom.php, variable OPRoom::$OR_typenr
    OP room type number buffer
Obstetrics
in file class_obstetrics.php, method Obstetrics::Obstetrics()
    Constructor
Obstetrics
in file class_obstetrics.php, class Obstetrics
    Obstetrics methods.
OPDiagnosisCodes
in file class_drg.php, method DRG::OPDiagnosisCodes()
    Gets the diagnosis codes for an encounter's operative intervention.
openBed
in file class_ward.php, method Ward::openBed()
    Opens a bed.
OPProcedureCodes
in file class_drg.php, method DRG::OPProcedureCodes()
    Gets the procedure codes for an encounter's operative intervention.
OPRoom
in file class_oproom.php, method OPRoom::OPRoom()
    Constructor
OPRoom
in file class_oproom.php, class OPRoom
    Operating Room methods.
OPSVersion
in file class_drg.php, method DRG::OPSVersion()
    Returns the OPS code version (Procedure codes)
OrderDrafts
in file class_product.php, method Product::OrderDrafts()
    Returns all orders of a department marked as draft or are still unsent.
OrgID
in file class_person.php, method Person::OrgID()
    Returns organization id.
ORInfo
in file class_oproom.php, method OPRoom::ORInfo()
    Returns OP room information.
ORNrExists
in file class_oproom.php, method OPRoom::ORNrExists()
    Checks if an OP room number exists.
ORRecordInfo
in file class_oproom.php, method OPRoom::ORRecordInfo()
    Returns OP room information based on the record's primary number key.
ORTypeNr
in file class_oproom.php, method OPRoom::ORTypeNr()
    Returns the type number of OP room.
OtherName
in file class_person.php, method Person::OtherName()
    Returns person's other name(s).
Outcomes
in file class_obstetrics.php, method Obstetrics::Outcomes()
    Gets all outcome types.
OutPatientsBasic
in file class_encounter.php, method Encounter::OutPatientsBasic()
    Gets basic information of all outpatients.
top

p

$page
in file class_paginator.php, variable Paginator::$page
    This page name
$person
in file class_person.php, variable Person::$person
    Returned person data buffer
$personell_data
in file class_personell.php, variable Personell::$personell_data
    Personnel data buffer
$personell_fields
in file class_personell.php, variable Personell::$personell_fields
    Field names of care_personell
$pid
in file class_appointment.php, variable Appointment::$pid
    Person ID
$pid
in file class_insurance.php, variable PersonInsurance::$pid
    PID number
$pid
in file class_person.php, variable Person::$pid
    PID number
$preload_dept
in file class_immunization.php, variable Immunization::$preload_dept
    Preloaded department data
$preload_dept
in file class_measurement.php, variable Measurement::$preload_dept
    Department's preloaded data
$preload_dept
in file class_notes.php, variable Notes::$preload_dept
    Holder for preloaded department data.
$preload_dept
in file class_prescription.php, variable Prescription::$preload_dept
    Preloaded department data
$preload_dept
in file class_department.php, variable Department::$preload_dept
    Holder for preloaded dept data
$pw_status
in file class_access.php, variable Access::$pw_status
    Password status.
Paginator
in file class_paginator.php, method Paginator::Paginator()
    Constructor
Paginator
in file class_paginator.php, class Paginator
    Pagination methods.
PendingOrders
in file class_product.php, method Product::PendingOrders()
    Returns all pending orders or orders with "acknowledge and print" status.
Perineums
in file class_obstetrics.php, method Obstetrics::Perineums()
    Gets all perineum types.
PermissionAreas
in file class_access.php, method Access::PermissionAreas()
    Returns the permission areas of the user. No interpretation is returned.
Person
in file class_person.php, class Person
    Person methods.
Person
in file class_person.php, method Person::Person()
    Constructor
Personell
in file class_personell.php, class Personell
    Personnel methods.
Personell
in file class_personell.php, method Personell::Personell()
    Constructor
PersonInsurance
in file class_insurance.php, class PersonInsurance
    Personinsurance methods.
PersonInsurance
in file class_insurance.php, method PersonInsurance::PersonInsurance()
    Constructor
Persons
in file class_person.php, method Person::Persons()
    Searches and returns a list of persons based on search key.
PhotoFilename
in file class_person.php, method Person::PhotoFilename()
    Returns filename of stored id photo.
PhotoFilename
in file class_encounter.php, method Encounter::PhotoFilename()
    Returns filename of the person's picture id.
PID
in file class_personell.php, method Personell::PID()
    Returns person's PID number.
PID
in file class_encounter.php, method Encounter::PID()
    Returns PID number.
pidDRGList
in file class_drg.php, method DRG::pidDRGList()
    Gets all DRG records of a person based on his PID number.
pidMedocsList
in file class_medocs.php, method Medocs::pidMedocsList()
    Gets all medocs records of a pid number.
PostEncounterNotes
in file class_encounter.php, method Encounter::PostEncounterNotes()
    Returns post encounter notes. Short notes after discharge, not to be used for discharge summary report.
Pregnancies
in file class_obstetrics.php, method Obstetrics::Pregnancies()
    Gets pregnancy information based on either the pid number or encounter number.
preloadAllORInfo
in file class_oproom.php, method OPRoom::preloadAllORInfo()
    Preloads all OP room in the internal buffer. Sorted in descending order by room_nr field name.
preloadDept
in file class_department.php, method Department::preloadDept()
    Preloads all information of one department into the objects internal buffer $preload_dept and sets the internal flag $is_preloaded.
preloadPersonInfo
in file class_person.php, method Person::preloadPersonInfo()
    Preloads the person registration data in the internal buffer $person.
prepInsertArray
in file class_person.php, method Person::prepInsertArray()
    Prepares the internal buffer array for insertion routine.
Prescription
in file class_prescription.php, class Prescription
    Prescription methods.
Prescription
in file class_prescription.php, method Prescription::Prescription()
    Constructor
prevIndex
in file class_paginator.php, method Paginator::prevIndex()
    Returns the start index of the previous block's row.
ProcedureCategories
in file class_drg.php, method DRG::ProcedureCategories()
    Gets the procedure categories.
ProcedureCodes
in file class_drg.php, method DRG::ProcedureCodes()
    Gets the procedure codes of an encounter
Product
in file class_product.php, class Product
    Product methods.
Product
in file class_product.php, method Product::Product()
    Constructor
ProductExists
in file class_product.php, method Product::ProductExists()
    Checks if the product exists based on its primary key number.
top

q

QuickCodeExists
in file class_drg.php, method DRG::QuickCodeExists()
    Checks if the code exists in the quicklist.
QuickCodeExists
in file class_drg_quicklist.php, method Quicklist::QuickCodeExists()
    Checks if the code exists in the quicklist.
Quicklist
in file class_drg_quicklist.php, class Quicklist
    Quicklist for DRG codes.
Quicklist
in file class_drg_quicklist.php, method Quicklist::Quicklist()
    Constructor
top

r

$record_count
in file class_personell.php, variable Personell::$record_count
    Resulting rows count buffer
$record_count
in file class_encounter.php, variable Encounter::$record_count
    Current record count
$rec_count
in file class_core.php, variable Core::$rec_count
$ref_array
in file class_core.php, variable Core::$ref_array
$res
in file class_core.php, variable Core::$res
$result
in file class_news.php, variable News::$result
    Buffer for sql query results.
$result
in file class_globalconfig.php, variable GlobalConfig::$result
    SQL query result
$result
in file class_immunization.php, variable Immunization::$result
    Preloaded data flag
$result
in file class_measurement.php, variable Measurement::$result
    SQL query result buffer
$result
in file class_notes.php, variable Notes::$result
    Holder for sql query results.
$result
in file class_userconfig.php, variable UserConfig::$result
    SQL query result buffer
$result
in file class_registry.php, variable Registry::$result
    SQL query result buffer
$result
in file class_prescription.php, variable Prescription::$result
    SQL query result buffer
$result
in file class_personell.php, variable Personell::$result
    SQL query result buffer
$result
in file class_person.php, variable Person::$result
    Sql query result buffer
$result
in file class_insurance.php, variable Insurance::$result
    Buffer for sql query results
$result
in file class_department.php, variable Department::$result
    Holder for sql query results.
$result
in file class_appointment.php, variable Appointment::$result
    SQL query result. Resulting ADODB record object.
$result
in file class_diagnostics.php, variable Diagnostics::$result
    Holder for sql query results.
$result
in file class_core.php, variable Core::$result
$room_nr
in file class_oproom.php, variable OPRoom::$room_nr
    Room number buffer
$rootpath
in file class_paginator.php, variable Paginator::$rootpath
    Root path of the module calling this object
$row
in file class_insurance.php, variable Insurance::$row
    Buffer for row returned by adodb's FetchRow() method
$row
in file class_globalconfig.php, variable GlobalConfig::$row
    Current number or rows
$row
in file class_personell.php, variable Personell::$row
    Resulting row buffer
$row
in file class_person.php, variable Person::$row
    Returned row buffer
$row
in file class_userconfig.php, variable UserConfig::$row
    Resulting row buffer
$row
in file class_news.php, variable News::$row
    Buffer for row returned by adodb's FetchRow() method
$row
in file class_registry.php, variable Registry::$row
    Resulting row buffer
RecordCreatorID
in file class_encounter.php, method Encounter::RecordCreatorID()
    Returns record's creator id or name. Technical.
RecordHistory
in file class_person.php, method Person::RecordHistory()
    Returns table record's history.
RecordHistory
in file class_encounter.php, method Encounter::RecordHistory()
    Returns record entry's history. This is the techical history of the record entry, not of the admission.
RecordModifierID
in file class_encounter.php, method Encounter::RecordModifierID()
    Returns record's modifier id or name. Technical.
RecordStatus
in file class_person.php, method Person::RecordStatus()
    Returns table record's technical status.
RecordStatus
in file class_encounter.php, method Encounter::RecordStatus()
    Returns the record entry's status. This status is technical and has nothing to do with the encounter status.
Referer
in file class_encounter.php, method Encounter::Referer()
    Returns referer's name.
RefererDept
in file class_encounter.php, method Encounter::RefererDept()
    Returns refererring department.
RefererDiagnosis
in file class_encounter.php, method Encounter::RefererDiagnosis()
    Returns referer's diagnosis text.
RefererInstitution
in file class_encounter.php, method Encounter::RefererInstitution()
    Returns referring institution.
RefererNotes
in file class_encounter.php, method Encounter::RefererNotes()
    Returns referer's extra notes text.
RefererRecomTherapy
in file class_encounter.php, method Encounter::RefererRecomTherapy()
    Returns referer's recommended therapy text.
Registry
in file class_registry.php, class Registry
    Registry methods.
RelatedDiagnoses
in file class_drg.php, method DRG::RelatedDiagnoses()
    Gets the diagnosis codes related to the internal drg group number
RelatedProcedures
in file class_drg.php, method DRG::RelatedProcedures()
    Gets the procedure codes related to the internal drg group number.
Religion
in file class_person.php, method Person::Religion()
    Returns religion.
reOpenWard
in file class_ward.php, method Ward::reOpenWard()
    Reopens a ward that was previously closed temporarily.
replaceItem
in file class_userconfig.php, method UserConfig::replaceItem()
    Replaces (updates) a configuration item.
ReplaceWard
in file class_encounter.php, method Encounter::ReplaceWard()
    Replaces the current ward number and resets the in_ward flag to 0: status is "not in ward".
Reset
in file class_timeout.php, method TimeOut::Reset()
    Resets the time out count start time
ResetAllCurrentPlaces
in file class_encounter.php, method Encounter::ResetAllCurrentPlaces()
    Resets encounter's current locations to 0.
resetCurrentDept
in file class_encounter.php, method Encounter::resetCurrentDept()
    Resets encounter's current department number to 0.
resetCurrentWard
in file class_encounter.php, method Encounter::resetCurrentWard()
    Resets encounter's current ward number to 0.
ResultExists
in file class_lab.php, method Lab::ResultExists()
    Check if at least one laboratory result exists for the encounter.
RoomExists
in file class_ward.php, method Ward::RoomExists()
    Checks if a room number of a given ward number exists.
RoomServiceClass
in file class_encounter.php, method Encounter::RoomServiceClass()
    Gets the room service class information of an encounter based on encounter number.
top

s

$sel_limit
in file class_drg.php, variable DRG::$sel_limit
    Maximum rows returned by sql search
$single_result
in file class_encounter.php, variable Encounter::$single_result
    Flag for returning single result or many
$skey
in file class_paginator.php, variable Paginator::$skey
    Internal searchkey
$sort_dir
in file class_paginator.php, variable Paginator::$sort_dir
    Sort direction, default is ascending
$sort_item
in file class_paginator.php, variable Paginator::$sort_item
    Database table field to be sorted
$sql
in file class_userconfig.php, variable UserConfig::$sql
    SQL query
$sql
in file class_core.php, variable Core::$sql
$sql
in file class_person.php, variable Person::$sql
    SQL query
$sql
in file class_insurance.php, variable Insurance::$sql
    Sql query string
saveAttDrServiceClass
in file class_encounter.php, method Encounter::saveAttDrServiceClass()
    Saves the attending service class information of an encounter based on service type and encounter number.
saveBPFromArray
in file class_charts.php, method Charts::saveBPFromArray()
    Saves a blood pressure data.
saveCareServiceClass
in file class_encounter.php, method Encounter::saveCareServiceClass()
    Saves the nursing care service class information of an encounter based on service type and encounter number.
SaveCatalogItem
in file class_product.php, method Product::SaveCatalogItem()
    Saves (inserts) an item in the order catalog.
saveChartNotesFromArray
in file class_charts.php, method Charts::saveChartNotesFromArray()
    Saves chart notes data of the type_nr type key into the database.
saveCityTownInfoFromArray
in file class_address.php, method Address::saveCityTownInfoFromArray()
    Insert new city/town info in the database table. The data is contained in associative array and passed by reference.
saveConfig
in file class_userconfig.php, method UserConfig::saveConfig()
    Saves the user's configuration data.
saveConfigArray
in file class_globalconfig.php, method GlobalConfig::saveConfigArray()
    Saves configuration values stored in an associative array.
saveConfigItem
in file class_globalconfig.php, method GlobalConfig::saveConfigItem()
    Saves a global configuration value to its configuration item.
saveDailyWardNotes
in file class_notes_nursing.php, method NursingNotes::saveDailyWardNotes()
    Saves a ward notes of a day.
saveDBCache
in file class_core.php, method Core::saveDBCache()
    Saves temporary data to a cache in database.
saveDiagnosisFromArray
in file class_charts.php, method Charts::saveDiagnosisFromArray()
    Saves a diagnosis text data into the database.
saveDirective
in file class_notes_doctors.php, method DoctorsNotes::saveDirective()
    Saves new physician order.
saveDischargeNotesFromArray
in file class_encounter.php, method Encounter::saveDischargeNotesFromArray()
    Saves discharge notes of an encounter.
saveEffectivityReport
in file class_notes_nursing.php, method NursingNotes::saveEffectivityReport()
    Saves a nursing effectivity report.
saveFirmInfoFromArray
in file class_insurance.php, method Insurance::saveFirmInfoFromArray()
    Inserts new insurance company's complete information in the database.
saveImageData
in file class_image.php, method Image::saveImageData()
    Saves all data pertinent to the image.
saveImgDiagnosticData
in file class_image.php, method Image::saveImgDiagnosticData()
    Saves all data to care_img_diagnostic table.
saveInquiry
in file class_notes_doctors.php, method DoctorsNotes::saveInquiry()
    Saves new inquiry to physician.
saveNews
in file class_news.php, method News::saveNews()
    Saves news article.
saveNursingReport
in file class_notes_nursing.php, method NursingNotes::saveNursingReport()
    Saves a nursing report.
savePrescriptionFromArray
in file class_charts.php, method Charts::savePrescriptionFromArray()
    Saves prescription data.
savePrescriptionNotesFromArray
in file class_charts.php, method Charts::savePrescriptionNotesFromArray()
    Saves prescription notes.
saveRoomServiceClass
in file class_encounter.php, method Encounter::saveRoomServiceClass()
    Saves the room service class information of an encounter based on service type and encounter number.
saveServiceClass
in file class_encounter.php, method Encounter::saveServiceClass()
    Saves the service class information of an encounter based on service type and encounter number.
saveSicknessConfirm
in file class_encounter.php, method Encounter::saveSicknessConfirm()
    Saves a sickness confirmation of an encounter.
saveTemperatureFromArray
in file class_charts.php, method Charts::saveTemperatureFromArray()
    Saves a temperature data.
saveUploadedImage
in file class_image.php, method Image::saveUploadedImage()
    Saves the uploaded image with the given filename into a given path.
saveWard
in file class_ward.php, method Ward::saveWard()
    Saves ward new ward information.
saveWardRoomInfoFromArray
in file class_ward.php, method Ward::saveWardRoomInfoFromArray()
    Saves new ward's room information.
searchActiveCityTown
in file class_address.php, method Address::searchActiveCityTown()
    Searches for the active city or town based on a string keyword.
searchActiveFirm
in file class_insurance.php, method Insurance::searchActiveFirm()
    Searches for all active firms based on the supplied search key.
searchCountActiveCityTown
in file class_address.php, method Address::searchCountActiveCityTown()
    Searches for the active city or town but returns only the total count of the resulting rows.
searchCountActiveFirm
in file class_insurance.php, method Insurance::searchCountActiveFirm()
    Searches similar to searchActiveFirm() but returns the resulting number of rows.
searchEncounterBasicInfo
in file class_encounter.php, method Encounter::searchEncounterBasicInfo()
    Search returning the basic admission information as outlined at _searchAdmissionBasicInfo().
searchEncounterLabResults
in file class_lab.php, method Lab::searchEncounterLabResults()
    Searches for encounters with existing laboratory results.
searchGroup
in file class_drg.php, method DRG::searchGroup()
    Searches and returns a local DRG group code.
searchInpatientBasicInfo
in file class_encounter.php, method Encounter::searchInpatientBasicInfo()
    Searches and returns inpatient admissions based on a supplied keyword.
searchInpatientNotInWardBasicInfo
in file class_encounter.php, method Encounter::searchInpatientNotInWardBasicInfo()
    Search for inpatients who are not yet finally admittd in ward, returning basic information as outlined at _searchAdmissionBasicInfo().
searchLimitActiveCityTown
in file class_address.php, method Address::searchLimitActiveCityTown()
    Limited return search for the active city or town.
searchLimitActiveFirm
in file class_insurance.php, method Insurance::searchLimitActiveFirm()
    Searches similar to searchActiveFirm() but returns limited number of rows.
searchLimitEncounterBasicInfo
in file class_encounter.php, method Encounter::searchLimitEncounterBasicInfo()
    Limited results search returning basic information as outlined at _searchAdmissionBasicInfo().
searchLimitEncounterLabResults
in file class_lab.php, method Lab::searchLimitEncounterLabResults()
    Searches for encounters with existing lab results.
searchLimitPersonellBasicInfo
in file class_personell.php, method Personell::searchLimitPersonellBasicInfo()
    Search similar to searchPersonellBasicInfo but returns a limited number of rows.
searchOutpatientBasicInfo
in file class_encounter.php, method Encounter::searchOutpatientBasicInfo()
    Searches and returns inpatient admissions based on a supplied keyword.
searchPersonellBasicInfo
in file class_personell.php, method Personell::searchPersonellBasicInfo()
    Searches and returns basic personnel information.
SecondCellphoneNumber
in file class_person.php, method Person::SecondCellphoneNumber()
    Returns second cellphone number.Can be used as business cellphone number
SecondName
in file class_person.php, method Person::SecondName()
    Returns person's second name.
SecondPhoneAreaCode
in file class_person.php, method Person::SecondPhoneAreaCode()
    Returns second phone area code.
SecondPhoneNumber
in file class_person.php, method Person::SecondPhoneNumber()
    Returns second phone number. Can be used as business phone number.
setAdmittedInWard
in file class_encounter.php, method Encounter::setAdmittedInWard()
    Sets encounter's two status to "In ward" and "disallow cancel". Sets the current ward number and current room number.
setCoreTable
in file class_encounter.php, method Encounter::setCoreTable()
    Sets core's table name variable to a table name
setCurrentAttdDr
in file class_encounter.php, method Encounter::setCurrentAttdDr()
    Sets encounter's current attending physician number.
setCurrentDept
in file class_encounter.php, method Encounter::setCurrentDept()
    Sets encounter's current department number.
setCurrentDeptInDept
in file class_encounter.php, method Encounter::setCurrentDeptInDept()
    Sets encounter's current department number and sets the "currently in department" status of the encounter..
setCurrentFirm
in file class_encounter.php, method Encounter::setCurrentFirm()
    Sets encounter's current firm number.
setCurrentRoom
in file class_encounter.php, method Encounter::setCurrentRoom()
    Sets encounter's current room number.
setCurrentWard
in file class_encounter.php, method Encounter::setCurrentWard()
    Sets encounter's current ward number.
setCurrentWardInWard
in file class_encounter.php, method Encounter::setCurrentWardInWard()
    Sets encounter's current ward number and set the "currently in ward" status of the encounter.
setDataArray
in file class_core.php, method Core::setDataArray()
    Points the core data array to the external array that holds the data to be stored.
setDeathInfo
in file class_person.php, method Person::setDeathInfo()
    Sets death information.
setDeptNr
in file class_department.php, method Department::setDeptNr()
    Sets the department number used by the object on run time
setDeptNr
in file class_ward.php, method Ward::setDeptNr()
    Sets the department number buffer.
setDiagnosisCategory
in file class_drg.php, method DRG::setDiagnosisCategory()
    Sets the category number of the diagnosis code entry.
setDiagnosisLocalization
in file class_drg.php, method DRG::setDiagnosisLocalization()
    Sets the localization number of the diagnosis entry.
setEncoder
in file class_encounter.php, method Encounter::setEncoder()
    Sets internal encoder buffer to current encoder's name
setEncounterNr
in file class_encounter.php, method Encounter::setEncounterNr()
    Sets internal encounter number buffer to current encounter number
setFirmID
in file class_insurance.php, method Insurance::setFirmID()
    Sets the internal firm id buffer to the insurance company's id.
setGetEntireRecord
in file class_encounter.php, method Encounter::setGetEntireRecord()
    Sets internal entire record flag to current record status
setHistorySeen
in file class_person.php, method Person::setHistorySeen()
    Adds a "View" note in the history field of the person's registration record.
setHistorySeen
in file class_encounter.php, method Encounter::setHistorySeen()
    Adds a "View" note to the record's history data.
setID
in file class_registry.php, method Registry::setID()
    Sets the id number.
setIgnoreStatus
in file class_encounter.php, method Encounter::setIgnoreStatus()
    Sets internal ignore status flag to current ignore status
setImgMaxNr
in file class_image.php, method Image::setImgMaxNr()
    Sets the value of max_nr of care_img_diagnostic table.
setInDept
in file class_encounter.php, method Encounter::setInDept()
    Sets encounter's current "department" status to "In department". Sets the encounter to "disallow cancel".
setInWard
in file class_encounter.php, method Encounter::setInWard()
    Sets encounter's current "ward" status to "In ward". Sets the encounter to "disallow cancel".
setIsDischarged
in file class_encounter.php, method Encounter::setIsDischarged()
    Sets the discharge status that the encounter/admission is fully discharged.
setMaxCount
in file class_paginator.php, method Paginator::setMaxCount()
    Sets the maximal number of rows allowed for a block.
setNotInDept
in file class_encounter.php, method Encounter::setNotInDept()
    Resets encounter's current "department" status to "not in department".
setNotInWard
in file class_encounter.php, method Encounter::setNotInWard()
    Resets encounter's current "ward" status to "not in ward".
setPath
in file class_template.php, method Template::setPath()
    Sets the template path
setPID
in file class_person.php, method Person::setPID()
    Sets the PID number.
setPID
in file class_insurance.php, method PersonInsurance::setPID()
    Sets the internal PID number buffer
setProcedureCategory
in file class_drg.php, method DRG::setProcedureCategory()
    Sets the category number of the procedure code entry.
setProcedureLocalization
in file class_drg.php, method DRG::setProcedureLocalization()
    Sets the localization number of the procedure entry.
setRefArray
in file class_core.php, method Core::setRefArray()
    Points the reference variable $ref_array to the field names' array.
setSingleResult
in file class_encounter.php, method Encounter::setSingleResult()
    Sets internal single result flag to current single result status
setSortDirection
in file class_paginator.php, method Paginator::setSortDirection()
    Sets the order direction.
setSortItem
in file class_paginator.php, method Paginator::setSortItem()
    Sets the sort order field name.
setSQL
in file class_core.php, method Core::setSQL()
    Sets the internal sql query variable to the sql query.
setTable
in file class_core.php, method Core::setTable()
    Sets the coretable variable to the name of the database table.
setTheme
in file class_template.php, method Template::setTheme()
    Sets the template theme
setTotalBlockCount
in file class_paginator.php, method Paginator::setTotalBlockCount()
    Sets the total number of rows of resulting data block.
setTotalDataCount
in file class_paginator.php, method Paginator::setTotalDataCount()
    Sets the total number of available rows in the table.
setWhereCond
in file class_diagnostics.php, method Diagnostics::setWhereCond()
    Sets the "where" variable of the core class.
setWhereCondition
in file class_core.php, method Core::setWhereCondition()
    Sets the "where" condition in an update query used with the updateDataFromInternalArray() method.
Sex
in file class_person.php, method Person::Sex()
    Returns sex.
ShortName
in file class_department.php, method Department::ShortName()
    Returns the department short name. Use preferably after the department was successfully preloaded by the preloadDept() method.
SHOW_COMBINE_WARDIDNAME
in file class_oproom.php, constant SHOW_COMBINE_WARDIDNAME
SHOW_FULL_WARDNAME
in file class_oproom.php, constant SHOW_FULL_WARDNAME
SignatureStamp
in file class_department.php, method Department::SignatureStamp()
    Returns the department signature stamp. Use preferably after the department was successfully preloaded by the preloadDept() method.
SortLink
in file class_paginator.php, method Paginator::SortLink()
    Returns a link for sorting.
SSSNumber
in file class_person.php, method Person::SSSNumber()
    Returns social security (system) number.
StreetName
in file class_person.php, method Person::StreetName()
    Returns street name.
StreetNr
in file class_person.php, method Person::StreetNr()
    Returns street number. Not stricly numeric. Could be alphanumeric.
top

t

$tabfields
in file class_measurement.php, variable Measurement::$tabfields
    Field names of care_encounter_measurement table
$tabfields
in file class_prescription.php, variable Prescription::$tabfields
    Field names of care_encounter_prescription table
$tabfields
in file class_department.php, variable Department::$tabfields
    Field names of care_department table
$tabfields
in file class_immunization.php, variable Immunization::$tabfields
    Fieldnames of care_address_citytown table. Primary key is "nr".
$tabfields
in file class_encounter.php, variable Encounter::$tabfields
    Field names of care_encounter table
$tabfields
in file class_appointment.php, variable Appointment::$tabfields
    Fieldnames of the care_appointment table.
$tb
in file class_news.php, variable News::$tb
    Table name for news articles
$tb
in file class_personell.php, variable Personell::$tb
    Table name for personnel data
$tb
in file class_immunization.php, variable Immunization::$tb
    Database table for encounter's immunization data
$tb
in file class_globalconfig.php, variable GlobalConfig::$tb
    Table name for encounter (admission) data
$tb
in file class_department.php, variable Department::$tb
    Table name for department data
$tb
in file class_userconfig.php, variable UserConfig::$tb
    Table name for user configurations
$tb
in file class_measurement.php, variable Measurement::$tb
    Table name measurement data
$tb
in file class_registry.php, variable Registry::$tb
    Table name for registry data
$tb
in file class_prescription.php, variable Prescription::$tb
    Table name for prescription data
$tb_anest
in file class_obstetrics.php, variable Obstetrics::$tb_anest
    Database table for anesthesia types
$tb_appt
in file class_encounter.php, variable Encounter::$tb_appt
    Table name for appointments data
$tb_appt
in file class_appointment.php, variable Appointment::$tb_appt
    Database table for the appointment data.
$tb_app_types
in file class_prescription.php, variable Prescription::$tb_app_types
    Table name for application types
$tb_assign
in file class_personell.php, variable Personell::$tb_assign
    Table name for personnel assignments
$tb_cat_diag
in file class_drg.php, variable DRG::$tb_cat_diag
    Table name for diagnosis categories
$tb_cat_proc
in file class_drg.php, variable DRG::$tb_cat_proc
    Table name for procedure categories
$tb_citytown
in file class_encounter.php, variable Encounter::$tb_citytown
    Table name for city/town names
$tb_citytown
in file class_person.php, variable Person::$tb_citytown
    Table name for city town name.
$tb_citytown
in file class_personell.php, variable Personell::$tb_citytown
    Table name for city-town names
$tb_citytown
in file class_address.php, variable Address::$tb_citytown
    Database table for the citytown address data.
$tb_class
in file class_insurance.php, variable Insurance::$tb_class
    Table name insurance classes
$tb_classif
in file class_obstetrics.php, variable Obstetrics::$tb_classif
    Database table for neonatal classifications
$tb_cphone
in file class_department.php, variable Department::$tb_cphone
    Table name for phone and contact data
$tb_cphone
in file class_personell.php, variable Personell::$tb_cphone
    Table name for phone and contact information
$tb_dept
in file class_oproom.php, variable OPRoom::$tb_dept
    Database table for department data
$tb_dept
in file class_encounter.php, variable Encounter::$tb_dept
    Table name for department general data
$tb_dept
in file class_ward.php, variable Ward::$tb_dept
    Table name for department data
$tb_diagnosis
in file class_drg.php, variable DRG::$tb_diagnosis
    Table name for diagnosis data
$tb_diag_codes
in file class_drg.php, variable DRG::$tb_diag_codes
    Holder for diagnosis codes table name
$tb_diseases
in file class_obstetrics.php, variable Obstetrics::$tb_diseases
    Database table for the disease categories
$tb_dis_type
in file class_encounter.php, variable Encounter::$tb_dis_type
    Table name for discharge types
$tb_dmodes
in file class_obstetrics.php, variable Obstetrics::$tb_dmodes
    Database table for the delivery modes
$tb_dpoc
in file class_personell.php, variable Personell::$tb_dpoc
    Table name for on-call duty plans
$tb_drg
in file class_drg.php, variable DRG::$tb_drg
    Table name for internal drg codes
$tb_ec
in file class_encounter.php, variable Encounter::$tb_ec
    Table name for encounter classes
$tb_employ
in file class_person.php, variable Person::$tb_employ
    Table name for employee data.
$tb_enc
in file class_person.php, variable Person::$tb_enc
    Table name for encounter data.
$tb_enc
in file class_encounter.php, variable Encounter::$tb_enc
    Table name for encounter (admission) data
$tb_enc
in file class_notes.php, variable Notes::$tb_enc
    Database table for the encounter data.
$tb_enc
in file class_obstetrics.php, variable Obstetrics::$tb_enc
    Database table for the encounter/admission data.
$tb_enc_drg
in file class_drg.php, variable DRG::$tb_enc_drg
    Table name for internal drg code of an encounter
$tb_enc_fc
in file class_encounter.php, variable Encounter::$tb_enc_fc
    Table name for encounter's financial classes
$tb_fc
in file class_encounter.php, variable Encounter::$tb_fc
    Table name for financial classes
$tb_feeds
in file class_obstetrics.php, variable Obstetrics::$tb_feeds
    Database table for feeding types
$tb_find_chemlab
in file class_lab.php, variable Lab::$tb_find_chemlab
    Table name for test findings for chemical lab
$tb_ic
in file class_encounter.php, variable Encounter::$tb_ic
    Table name for insurance classes
$tb_icd_default
in file class_drg.php, variable DRG::$tb_icd_default
    Default ICD table name. The default table must be existing in your database!
$tb_icpm_default
in file class_drg.php, variable DRG::$tb_icpm_default
    Default OPS table name. The default table must be existing in your database!
$tb_image
in file class_image.php, variable Image::$tb_image
    Table name for encounter's image data
$tb_img_diag
in file class_image.php, variable Image::$tb_img_diag
    Table name for diagnostics images data
$tb_indmethod
in file class_obstetrics.php, variable Obstetrics::$tb_indmethod
    Database table for induction methods
$tb_insco
in file class_encounter.php, variable Encounter::$tb_insco
    Table name for insurance firms' general data
$tb_insurance
in file class_insurance.php, variable Insurance::$tb_insurance
    Table name for insurance companies' data
$tb_intern
in file class_drg.php, variable DRG::$tb_intern
    Table name for internal grouping code
$tb_lang_icd
in file class_drg.php, variable DRG::$tb_lang_icd
    Language codes that have corresponding ICD tables
$tb_lang_icpm
in file class_drg.php, variable DRG::$tb_lang_icpm
    Language codes that have corresponding OPS/ICPM tables
$tb_localcode
in file class_drg.php, variable DRG::$tb_localcode
    Table name for local diagnosis code data
$tb_location
in file class_encounter.php, variable Encounter::$tb_location
    Table name for encounter's location data
$tb_measure
in file class_charts.php, variable Charts::$tb_measure
    Table name for encounter measurement data
$tb_medocs
in file class_medocs.php, variable Medocs::$tb_medocs
    Table name for feeding types
$tb_mmain
in file class_product.php, variable Product::$tb_mmain
    Table name for medical depot main products
$tb_mocat
in file class_product.php, variable Product::$tb_mocat
    Table name for medical depot order catalog
$tb_molist
in file class_product.php, variable Product::$tb_molist
    Table name for medical depot order lists
$tb_msr_types
in file class_measurement.php, variable Measurement::$tb_msr_types
    Table name measurement types
$tb_neonatal
in file class_obstetrics.php, variable Obstetrics::$tb_neonatal
    Database table for the neonatal data.
$tb_notes
in file class_ward.php, variable Ward::$tb_notes
    Table name for encounter notes
$tb_notes
in file class_notes.php, variable Notes::$tb_notes
    Database table for the encounter notes data.
$tb_outcomes
in file class_obstetrics.php, variable Obstetrics::$tb_outcomes
    Database table for the outcome types
$tb_perineum
in file class_obstetrics.php, variable Obstetrics::$tb_perineum
    Database table for perineum types
$tb_person
in file class_medocs.php, variable Medocs::$tb_person
    Table name for person registration data
$tb_person
in file class_person.php, variable Person::$tb_person
    Table name for person registration data.
$tb_person
in file class_obstetrics.php, variable Obstetrics::$tb_person
    Database table for the person registration data.
$tb_person
in file class_encounter.php, variable Encounter::$tb_person
    Table name for person (registration) data
$tb_person
in file class_personell.php, variable Personell::$tb_person
    Table name for person registration data.
$tb_person
in file class_appointment.php, variable Appointment::$tb_person
    Database table for the person data.
$tb_person
in file class_image.php, variable Image::$tb_person
    Table name for person's registration data
$tb_person_insurance
in file class_insurance.php, variable PersonInsurance::$tb_person_insurance
    Table name for person's insurance data
$tb_phone
in file class_comm.php, variable Comm::$tb_phone
    Table name for telephone and other contact information data
$tb_pmain
in file class_product.php, variable Product::$tb_pmain
    Table name for pharmacy main products
$tb_pocat
in file class_product.php, variable Product::$tb_pocat
    Table name for pharmacy order catalog
$tb_polist
in file class_product.php, variable Product::$tb_polist
    Table name for pharmay order lists
$tb_preg
in file class_obstetrics.php, variable Obstetrics::$tb_preg
    Database table for the pregnancy data
$tb_prescription
in file class_charts.php, variable Charts::$tb_prescription
    Table name for encounter prescription data
$tb_presc_notes
in file class_charts.php, variable Charts::$tb_presc_notes
    Table name for prescription notes data
$tb_pres_types
in file class_prescription.php, variable Prescription::$tb_pres_types
    Table name for prescription types
$tb_procedure
in file class_drg.php, variable DRG::$tb_procedure
    Table name for procedure data
$tb_proc_codes
in file class_drg.php, variable DRG::$tb_proc_codes
    Holder for procedure codes table name
$tb_qlist
in file class_drg_quicklist.php, variable Quicklist::$tb_qlist
    Table name for drg quicklist data
$tb_qlist
in file class_drg.php, variable DRG::$tb_qlist
    Table name for drg codes quicklist
$tb_related
in file class_drg.php, variable DRG::$tb_related
    Table name for drg related codes
$tb_req_bac
in file class_diagnostics.php, variable Diagnostics::$tb_req_bac
    Table name for bacteriology lab test request
$tb_req_blood
in file class_diagnostics.php, variable Diagnostics::$tb_req_blood
    Table name for blood bank request
$tb_req_chem
in file class_diagnostics.php, variable Diagnostics::$tb_req_chem
    Table name for chemical lab test request
$tb_req_generic
in file class_diagnostics.php, variable Diagnostics::$tb_req_generic
    Table name for generic request form
$tb_req_patho
in file class_diagnostics.php, variable Diagnostics::$tb_req_patho
    Table name for pathology lab test request
$tb_req_radio
in file class_diagnostics.php, variable Diagnostics::$tb_req_radio
    Table name for radiology test request
$tb_room
in file class_ward.php, variable Ward::$tb_room
    Table name for room data
$tb_room
in file class_oproom.php, variable OPRoom::$tb_room
    Database table room data
$tb_room
in file class_department.php, variable Department::$tb_room
    Table name for rooms
$tb_sickconfirm
in file class_encounter.php, variable Encounter::$tb_sickconfirm
    Table name for encounter's sick confirmations
$tb_test_group
in file class_lab.php, variable Lab::$tb_test_group
    Table name for test groups
$tb_test_param
in file class_lab.php, variable Lab::$tb_test_param
    Table name for test paramaters
$tb_types
in file class_immunization.php, variable Immunization::$tb_types
    Database table for appication types
$tb_types
in file class_notes.php, variable Notes::$tb_types
    Database table for the notes types.
$tb_types
in file class_department.php, variable Department::$tb_types
    Table name for department types data
$tb_type_loc
in file class_drg.php, variable DRG::$tb_type_loc
    Table name for localization types
$tb_units
in file class_measurement.php, variable Measurement::$tb_units
    Table name for units of measurement
$tb_unit_types
in file class_measurement.php, variable Measurement::$tb_unit_types
    Table name for types of measurement unit
$tb_user
in file class_access.php, variable Access::$tb_user
    Users table name
$tb_ward
in file class_oproom.php, variable OPRoom::$tb_ward
    Database table for ward data
$tb_ward
in file class_ward.php, variable Ward::$tb_ward
    Table name for ward data
$tcheck
in file class_timeout.php, variable TimeOut::$tcheck
    Status if timeout is to be checked or not.
$tcount
in file class_paginator.php, variable Paginator::$tcount
    Total available data count
$techinfo
in file class_ward.php, variable Ward::$techinfo
    Buffer for technical information
$template
in file class_template.php, variable Template::$template
    Template text.
$tgroups
in file class_lab.php, variable Lab::$tgroups
    Test groups
$time
in file class_encounter.php, variable Encounter::$time
    Current time
$tostart
in file class_timeout.php, variable TimeOut::$tostart
    Time-out start count variable. This is a reference to the session variable.
$totime
in file class_timeout.php, variable TimeOut::$totime
    Elapsed time of inactivity in MinutesSeconds format e.g. 530 = 5 minutes, 20 seconds or e.g. 2000 = 20 minutes, 00 seconds.
$tparams
in file class_lab.php, variable Lab::$tparams
    Test parameters
$tp_dirs
in file class_template.php, variable Template::$tp_dirs
    Template directory.
$tp_main_path
in file class_template.php, variable Template::$tp_main_path
    Main path to template file.
$tp_path
in file class_template.php, variable Template::$tp_path
    Path to template file.
$tp_root
in file class_template.php, variable Template::$tp_root
    Root path to template file.
$tp_theme
in file class_template.php, variable Template::$tp_theme
    Template theme.
$type_nr
in file class_encounter.php, variable Encounter::$type_nr
    Current type number
Template
in file class_template.php, class Template
    Template methods.
Template
in file class_template.php, method Template::Template()
    Constructor
TestGroups
in file class_lab.php, method Lab::TestGroups()
    Returns all test groups.
TestParams
in file class_lab.php, method Lab::TestParams()
    Returns all test parameters belonging to a test group.
ThirdName
in file class_person.php, method Person::ThirdName()
    Returns person's third name.
TimeOut
in file class_timeout.php, method TimeOut::TimeOut()
    Constructor.
TimeOut
in file class_timeout.php, class TimeOut
    Class for session time out routines Extends the class "GlobalConfig".
Title
in file class_person.php, method Person::Title()
    Returns title.
Title
in file class_personell.php, method Personell::Title()
    Returns the title
Transact
in file class_core.php, method Core::Transact()
    Transaction routine, ADODB transaction. It internally uses the ADODB transaction routine.
Transact
in file class_person.php, method Person::Transact()
    Database transaction. Uses the adodb transaction method.
Transact
in file class_userconfig.php, method UserConfig::Transact()
    Does SQL transaction. Uses the adodb transaction routine.
Type
in file class_department.php, method Department::Type()
    Returns the department type. Use preferably after the department was successfully preloaded by the preloadDept() method.
top

u

$ul_img_ext
in file class_image.php, variable Image::$ul_img_ext
    Holder for the uploaded file' extension/mime type
$user
in file class_access.php, variable Access::$user
    Holder for user data in associative array
$usr_status
in file class_access.php, variable Access::$usr_status
    User's registration status.
ungroupDiagnoses
in file class_drg.php, method DRG::ungroupDiagnoses()
    Resets the group number of diagnosis code entries of an encounter to 0 (no group)
ungroupProcedures
in file class_drg.php, method DRG::ungroupProcedures()
    Resets the group number of procedure code entries of an encounter to 0 (no group)
unloadDept
in file class_department.php, method Department::unloadDept()
    Empties the internal buffer $preload_dept and resets the internal flag $is_preloaded
updateAttDrServiceClass
in file class_encounter.php, method Encounter::updateAttDrServiceClass()
    Updates the room service class information of an encounter based on service type and record's primary key number.
updateCareServiceClass
in file class_encounter.php, method Encounter::updateCareServiceClass()
    Updates the nursing care service class information of an encounter based on service type and record's primary key number.
updateCityTownInfoFromArray
in file class_address.php, method Address::updateCityTownInfoFromArray()
    Updates the city/town's data. The data is contained in associative array and passed by reference.
updateDataFromArray
in file class_insurance.php, method PersonInsurance::updateDataFromArray()
    Updates a database table record with data from an array.
updateDataFromArray
in file class_core.php, method Core::updateDataFromArray()
    Updates a record with the data from an array (passed by reference) based on the primary key.
updateDataFromInternalArray
in file class_core.php, method Core::updateDataFromInternalArray()
    Updates a table using data from an internal array previously filled with data by the setDataArray() method.
updateEncounterFromInternalArray
in file class_encounter.php, method Encounter::updateEncounterFromInternalArray()
    Updates the encounter record with data from the internal buffer array.
updateFirmInfoFromArray
in file class_insurance.php, method Insurance::updateFirmInfoFromArray()
    Updates an insurance company's information in the database.
updateImageNotes
in file class_image.php, method Image::updateImageNotes()
    Checks if the image notes record exists in the table.
updatePrescriptionFromArray
in file class_charts.php, method Charts::updatePrescriptionFromArray()
    Updates prescription data based on the nr key.
updatePrescriptionNotesFromArray
in file class_charts.php, method Charts::updatePrescriptionNotesFromArray()
    Saves prescription notes based on the primary record key "nr".
updateRoomServiceClass
in file class_encounter.php, method Encounter::updateRoomServiceClass()
    Updates the room service class information of an encounter based on service type and record's primary key number.
updateServiceClass
in file class_encounter.php, method Encounter::updateServiceClass()
    Update the service class information of an encounter based on service type record's primary key number.
updateUseFrequency
in file class_insurance.php, method Insurance::updateUseFrequency()
    Increases usage frequency of an insurance company.
updateWard
in file class_ward.php, method Ward::updateWard()
    Updates a ward information.
UploadedImageMimeType
in file class_image.php, method Image::UploadedImageMimeType()
    Returns the extension/mime type of the uploaded image file that was checked by the isValidUploadedImage() method.
upRank
in file class_drg_quicklist.php, method Quicklist::upRank()
    Increases the ranking of the code in the quicklist by $step value.
upRankDRGRelatedCode
in file class_drg.php, method DRG::upRankDRGRelatedCode()
    Increases the ranking of a drg related code by $step value.
upRankQuickCode
in file class_drg.php, method DRG::upRankQuickCode()
    Increases the ranking of the code in the quicklist by given $step value.
useAssignmentTable
in file class_personell.php, method Personell::useAssignmentTable()
    Sets the core object to point to the care_personell_assignment table and field names.
useChemLabRequestTable
in file class_diagnostics.php, method Diagnostics::useChemLabRequestTable()
    Sets the core to point to the care_test_request_chemlabor table
useDiagnosis
in file class_drg.php, method DRG::useDiagnosis()
    Sets the core object to point to the encounter's diagnosis (care_encounter_diagnosis) table and fields
useDutyplanTable
in file class_personell.php, method Personell::useDutyplanTable()
    Sets the core object to point to the care_dutyplan_oncall table and field names.
useImgDiagnostic
in file class_image.php, method Image::useImgDiagnostic()
    Sets the core table and fields to care_img_diagnostic table.
useInternalDRG
in file class_drg.php, method DRG::useInternalDRG()
    Sets the core object to point to the local encounter DRG groups (care_encounter_drg_intern) table and fields
useInternalDRGCodes
in file class_drg.php, method DRG::useInternalDRGCodes()
    Sets the core object to point to the internal DRG groups (care_drg_intern) table and fields
useMainPath
in file class_template.php, method Template::useMainPath()
    Sets the template path to the main path which was set at the construction time
useOrderCatalog
in file class_product.php, method Product::useOrderCatalog()
    Sets the core object to point to either care_pharma_ordercatalog or care_med_ordercatalog table and field names.
useOrderList
in file class_product.php, method Product::useOrderList()
    Sets the core object to point to either care_pharma_orderlist or care_med_orderlist table and field names.
usePersonellTable
in file class_personell.php, method Personell::usePersonellTable()
    Sets the core object to point to the care_personell table and field names.
usePregnancy
in file class_obstetrics.php, method Obstetrics::usePregnancy()
    Sets the core object to point to care_pregnancy table
useProcedure
in file class_drg.php, method DRG::useProcedure()
    Sets the core object to point to the encounter's procedure (care_encounter_procedure) table and fields
useProduct
in file class_product.php, method Product::useProduct()
    Sets the core object to point to either care_pharma_products_main or care_med_products_main table and field names.
useQuicklistCodes
in file class_drg.php, method DRG::useQuicklistCodes()
    Sets the core object to point to the quick list (care_drg_quicklist) table and fields
UserConfig
in file class_userconfig.php, class UserConfig
    User configuration methods.
useRequestTable
in file class_diagnostics.php, method Diagnostics::useRequestTable()
    Sets the core to point to the a care_test_request_????? table.
useSicknessConfirm
in file class_encounter.php, method Encounter::useSicknessConfirm()
    Points the core to the care_encounter_sickconfirm table and fields
useTestParams
in file class_lab.php, method Lab::useTestParams()
    Sets the core table name and field names to the care_test_param table.
top

v

VolumeUnits
in file class_measurement.php, method Measurement::VolumeUnits()
    Returns all volume units in metric system.
top

w

$ward_nr
in file class_ward.php, variable Ward::$ward_nr
    Ward number buffer
$where
in file class_core.php, variable Core::$where
Ward
in file class_ward.php, method Ward::Ward()
    Constructor
Ward
in file class_ward.php, class Ward
    Ward methods.
WardName
in file class_ward.php, method Ward::WardName()
    Returns ward name based on its record number.
WeightUnits
in file class_measurement.php, method Measurement::WeightUnits()
    Returns all weight units in metric system.
top

z

ZIPCode
in file class_person.php, method Person::ZIPCode()
    Returns ZIP code.

Documentation generated on Sun, 16 Nov 2003 01:02:29 +0100 by phpDocumentor 1.2.3