function getTeethExams(){ global $file_dir; global $log; global $conn; $file_path = $file_dir."data/CDBUntersuchungZahnuntersuchungHund.xml"; conversion_log_events::logEvent($log->id, 'Starting dental exam references', $conn); $dental_refs = array(); $count = 0; $primEL = 'CDBUntersuchungZahnuntersuchungHund'; if(is_file($file_path)){ $ref_sent_log = conversion_log_events::logEvent($log->id, 'Dental references completed: ' . $count, $conn); $xml = new XMLReader(); $xml-> open($file_path); while($xml->read() && $xml->name != $primEL){;} while($xml->name == $primEL){ $count++; $dental = new SimpleXMLElement($xml->readOuterXML()); $u_ref = (string) $dental->attributes()->id; $u_name = (string) $dental->ptSName; $test_values = array(); $test_values["extended_anamensis__food_intake__normal"] = (string) $dental->cErweiterteAnamneseFutteraufnahmeNormal; $test_values["extended_anamensis__food_intake__delayed"] = (string) $dental->cErweiterteAnamneseFutteraufnahmeVerzoegert; $test_values["extended_anamensis__food_intake__food_falls_out_of_mouth"] = (string) $dental->cErweiterteAnamneseFutteraufnahmeFutterfaelltausdemMaul; $test_values["extended_anamensis__behaviour_change"] = (string) $dental->cErweiterteAnamneseVerhaltensaenderung; $test_values["extended_anamensis__head_tilt"] = (string) $dental->cErweiterteAnamneseKopfschiefhaltung; $test_values["extended_anamensis__pre_treatment"] = (string) $dental->cErweiterteAnamneseVorbehandlung; $test_values["extended_anamensis__remark"] = (string) $dental->ptSErweiterteAnamneseBemerkung; $test_values["symmetry__lips"] = (string) $dental->cSymmetrieLippen; $test_values["symmetry__eyes"] = (string) $dental->cSymmetrieAugen; $test_values["symmetry__mandibular_branches"] = (string) $dental->cSymmetrieUnterkieferaeste; $test_values["symmetry__musculature"] = (string) $dental->cSymmetrieMuskulatur; $test_values["symmetry__remarks"] = (string) $dental->ptSSymmetrieBemerkung; $test_values["findings__salivation"] = (string) $dental->cSpeichelflussBefund; $test_values["findings__foeterexore"] = (string) $dental->cFoetorexoreBefund; $test_values["findings__jaw_closure"] = (string) $dental->cKieferschlussBefund; $test_values["findings__skull_type"] = (string) $dental->cSchaedeltypBefund; $test_values["findings__tongue"] = (string) $dental->cZungeBefund; $test_values["findings__jaw_misalignment"] = (string) $dental->cKieferfehlstellungBefund; $test_values["comments__jaw_misalignment"] = (string) $dental->ptSKieferfehlstellungBemerkung; $test_values["comments__jaw_closure"] = (string) $dental->ptSKieferschlussBemerkung; $test_values["mucouse_membrane_redness"] = (string) $dental->cZungeSchleimhautRoetung; $test_values["mucouse_membrane_swelling"] = (string) $dental->cZungeSchleimhautSchwellung; $test_values["mucouse_membrane_ulcer"] = (string) $dental->cZungeSchleimhautUlkus; $test_values["mucouse_membrane_erosion"] = (string) $dental->cZungeSchleimhautErosion; $test_values["tongue_location__tip_of_tongue"] = (string) $dental->cZungeLokalisationZungenspitze; $test_values["tongue_location__tongue_body"] = (string) $dental->cZungeLokalisationZungenkoerper; $test_values["tongue_location__tongue_base"] = (string) $dental->cZungeLokalisationZungengrund; $test_values["tongue_tone"] = (string) $dental->cZungeTonus; $test_values["comments__symmetry"] = (string) $dental->ptSSymmetrieBemerkung; $test_values["findings__gum"] = (string) $dental->cGaumenBefund; $test_values["comments__gum"] = (string) $dental->ptSGaumenBemerkung; $test_values["findings__tonsils"] = (string) $dental->cTonsillenBefund; $test_values["comments__tonsils"] = (string) $dental->ptSTonsillenBemerkung; $test_values["findings__palpation_from_outside__left"] = (string) $dental->cPalpationvonaussenLinksBefund; $test_values["findings__palpation_from_outside_left_temporomandibular_joint_normal"] = (string) $dental->cPalpationvonaussenLinksKiefergelenkNormal; $test_values["findings__palpation_from_outside_left_temporomandibular_joint_cracking"] = (string) $dental->cPalpationvonaussenLinksKiefergelenkKnacken; $test_values["palpation_from_outside__left_jaw_joint_pain"] = (string) $dental->cPalpationvonaussenLinksKiefergelenkSchmerz; $test_values["Palpation_from_the_outside_of_the_left_masticatory_muscles"] = (string) $dental->cPalpationvonaussenLinksKaumuskulatur; $test_values["palpatation_outside_left_remark"] = (string) $dental->ptSPalpationvonaussenLinksBemerkung; $test_values["findings__palpation_from_outside__right"] = (string) $dental->cPalpationvonaussenRechtsBefund; $test_values["findings__palpation_from_outside_right_temporomandibular_joint_normal"] = (string) $dental->cPalpationvonaussenRechtsKiefergelenkNormal; $test_values["findings__palpation_from_outside_right_temporomandibular_joint_cracking"] = (string) $dental->cPalpationvonaussenRechtsKiefergelenkKnacken; $test_values["palpation_from_outside__right_jaw_joint_pain"] = (string) $dental->cPalpationvonaussenRechtsKiefergelenkSchmerz; $test_values["Palpation_from_the_outside_of_the_right_masticatory_muscles"] = (string) $dental->cPalpationvonaussenRechtsKaumuskulatur; $test_values["palpatation_outside_right_remark"] = (string) $dental->ptSPalpationvonaussenRechtsBemerkung; $test_values["findings__mandibular_lymph_node"] = (string) $dental->cMandibularlymphknotenBefund; $test_values["comments__mandibular_lymph_node"] = (string) $dental->ptSMandibularlymphknotenBefundBemerkung; $test_values["findings__exam_of_incisors"] = (string) $dental->cUntersuchungderZaehneSchneidezaehneBefund; $test_values["comments__exam_of_incisors"] = (string) $dental->ptSUntersuchungderZaehneSchneidezaehneBemerkung; $test_values["findings__exam_of_premolar_teeth"] = (string) $dental->cUntersuchungderZaehnePraemolarenBefund; $test_values["comments__exam_of_premolar_teeth"] = (string) $dental->ptSUntersuchungderZaehnePraemolarenBemerkung; $test_values["findings__exam_of_molar_teeth"] = (string) $dental->cUntersuchungderZaehneMolarenBefund; $test_values["comments__exam_of_molar_teeth"] = (string) $dental->ptSUntersuchungderZaehneMolarenBemerkung; $test_values["findings__tooth_abrasion"] = (string) $dental->cZahnabrasionBefund; $test_values["comments__tooth_abrasion"] = (string) $dental->ptSZahnabrasionBemerkung; $test_values["status_overall_tooth_status"] = (string) $dental->cZahnstatusAllgemeinZahnstatus; $test_values["findings__tooth_loose__teeth_110"] = (string) $dental->cZahnstatusBefundungLockererZahn110; $test_values["findings__tooth_loose__teeth_109"] = (string) $dental->cZahnstatusBefundungLockererZahn109; $test_values["findings__tooth_loose__teeth_108"] = (string) $dental->cZahnstatusBefundungLockererZahn108; $test_values["findings__tooth_loose__teeth_107"] = (string) $dental->cZahnstatusBefundungLockererZahn107; $test_values["findings__tooth_loose__teeth_106"] = (string) $dental->cZahnstatusBefundungLockererZahn106; $test_values["findings__tooth_loose__teeth_105"] = (string) $dental->cZahnstatusBefundungLockererZahn105; $test_values["findings__tooth_loose__teeth_104"] = (string) $dental->cZahnstatusBefundungLockererZahn104; $test_values["findings__tooth_loose__teeth_103"] = (string) $dental->cZahnstatusBefundungLockererZahn103; $test_values["findings__tooth_loose__teeth_102"] = (string) $dental->cZahnstatusBefundungLockererZahn102; $test_values["findings__tooth_loose__teeth_101"] = (string) $dental->cZahnstatusBefundungLockererZahn101; $test_values["findings__tooth_loose__teeth_201"] = (string) $dental->cZahnstatusBefundungLockererZahn201; $test_values["findings__tooth_loose__teeth_202"] = (string) $dental->cZahnstatusBefundungLockererZahn202; $test_values["findings__tooth_loose__teeth_203"] = (string) $dental->cZahnstatusBefundungLockererZahn203; $test_values["findings__tooth_loose__teeth_204"] = (string) $dental->cZahnstatusBefundungLockererZahn204; $test_values["findings__tooth_loose__teeth_205"] = (string) $dental->cZahnstatusBefundungLockererZahn205; $test_values["findings__tooth_loose__teeth_206"] = (string) $dental->cZahnstatusBefundungLockererZahn206; $test_values["findings__tooth_loose__teeth_207"] = (string) $dental->cZahnstatusBefundungLockererZahn207; $test_values["findings__tooth_loose__teeth_208"] = (string) $dental->cZahnstatusBefundungLockererZahn208; $test_values["findings__tooth_loose__teeth_209"] = (string) $dental->cZahnstatusBefundungLockererZahn209; $test_values["findings__tooth_loose__teeth_210"] = (string) $dental->cZahnstatusBefundungLockererZahn210; $test_values["findings__tooth_loose__teeth_301"] = (string) $dental->cZahnstatusBefundungLockererZahn301; $test_values["findings__tooth_loose__teeth_302"] = (string) $dental->cZahnstatusBefundungLockererZahn302; $test_values["findings__tooth_loose__teeth_303"] = (string) $dental->cZahnstatusBefundungLockererZahn303; $test_values["findings__tooth_loose__teeth_304"] = (string) $dental->cZahnstatusBefundungLockererZahn304; $test_values["findings__tooth_loose__teeth_305"] = (string) $dental->cZahnstatusBefundungLockererZahn305; $test_values["findings__tooth_loose__teeth_306"] = (string) $dental->cZahnstatusBefundungLockererZahn306; $test_values["findings__tooth_loose__teeth_307"] = (string) $dental->cZahnstatusBefundungLockererZahn307; $test_values["findings__tooth_loose__teeth_308"] = (string) $dental->cZahnstatusBefundungLockererZahn308; $test_values["findings__tooth_loose__teeth_309"] = (string) $dental->cZahnstatusBefundungLockererZahn309; $test_values["findings__tooth_loose__teeth_310"] = (string) $dental->cZahnstatusBefundungLockererZahn310; $test_values["findings__tooth_loose__teeth_401"] = (string) $dental->cZahnstatusBefundungLockererZahn401; $test_values["findings__tooth_loose__teeth_402"] = (string) $dental->cZahnstatusBefundungLockererZahn402; $test_values["findings__tooth_loose__teeth_403"] = (string) $dental->cZahnstatusBefundungLockererZahn403; $test_values["findings__tooth_loose__teeth_404"] = (string) $dental->cZahnstatusBefundungLockererZahn404; $test_values["findings__tooth_loose__teeth_405"] = (string) $dental->cZahnstatusBefundungLockererZahn405; $test_values["findings__tooth_loose__teeth_406"] = (string) $dental->cZahnstatusBefundungLockererZahn406; $test_values["findings__tooth_loose__teeth_407"] = (string) $dental->cZahnstatusBefundungLockererZahn407; $test_values["findings__tooth_loose__teeth_408"] = (string) $dental->cZahnstatusBefundungLockererZahn408; $test_values["findings__tooth_loose__teeth_409"] = (string) $dental->cZahnstatusBefundungLockererZahn409; $test_values["findings__tooth_loose__teeth_410"] = (string) $dental->cZahnstatusBefundungLockererZahn410; $test_values["findings__tooth_extracted__teeth_101"] = (string) $dental->cZahnstatusBefundungExtrahiert101; $test_values["findings__tooth_extracted__teeth_102"] = (string) $dental->cZahnstatusBefundungExtrahiert102; $test_values["findings__tooth_extracted__teeth_103"] = (string) $dental->cZahnstatusBefundungExtrahiert103; $test_values["findings__tooth_extracted__teeth_104"] = (string) $dental->cZahnstatusBefundungExtrahiert104; $test_values["findings__tooth_extracted__teeth_105"] = (string) $dental->cZahnstatusBefundungExtrahiert105; $test_values["findings__tooth_extracted__teeth_106"] = (string) $dental->cZahnstatusBefundungExtrahiert106; $test_values["findings__tooth_extracted__teeth_107"] = (string) $dental->cZahnstatusBefundungExtrahiert107; $test_values["findings__tooth_extracted__teeth_108"] = (string) $dental->cZahnstatusBefundungExtrahiert108; $test_values["findings__tooth_extracted__teeth_109"] = (string) $dental->cZahnstatusBefundungExtrahiert109; $test_values["findings__tooth_extracted__teeth_110"] = (string) $dental->cZahnstatusBefundungExtrahiert110; $test_values["findings__tooth_extracted__teeth_201"] = (string) $dental->cZahnstatusBefundungExtrahiert201; $test_values["findings__tooth_extracted__teeth_202"] = (string) $dental->cZahnstatusBefundungExtrahiert202; $test_values["findings__tooth_extracted__teeth_203"] = (string) $dental->cZahnstatusBefundungExtrahiert203; $test_values["findings__tooth_extracted__teeth_204"] = (string) $dental->cZahnstatusBefundungExtrahiert204; $test_values["findings__tooth_extracted__teeth_205"] = (string) $dental->cZahnstatusBefundungExtrahiert205; $test_values["findings__tooth_extracted__teeth_206"] = (string) $dental->cZahnstatusBefundungExtrahiert206; $test_values["findings__tooth_extracted__teeth_207"] = (string) $dental->cZahnstatusBefundungExtrahiert207; $test_values["findings__tooth_extracted__teeth_208"] = (string) $dental->cZahnstatusBefundungExtrahiert208; $test_values["findings__tooth_extracted__teeth_209"] = (string) $dental->cZahnstatusBefundungExtrahiert209; $test_values["findings__tooth_extracted__teeth_210"] = (string) $dental->cZahnstatusBefundungExtrahiert210; $test_values["findings__tooth_extracted__teeth_301"] = (string) $dental->cZahnstatusBefundungExtrahiert301; $test_values["findings__tooth_extracted__teeth_302"] = (string) $dental->cZahnstatusBefundungExtrahiert302; $test_values["findings__tooth_extracted__teeth_303"] = (string) $dental->cZahnstatusBefundungExtrahiert303; $test_values["findings__tooth_extracted__teeth_304"] = (string) $dental->cZahnstatusBefundungExtrahiert304; $test_values["findings__tooth_extracted__teeth_305"] = (string) $dental->cZahnstatusBefundungExtrahiert305; $test_values["findings__tooth_extracted__teeth_306"] = (string) $dental->cZahnstatusBefundungExtrahiert306; $test_values["findings__tooth_extracted__teeth_307"] = (string) $dental->cZahnstatusBefundungExtrahiert307; $test_values["findings__tooth_extracted__teeth_308"] = (string) $dental->cZahnstatusBefundungExtrahiert308; $test_values["findings__tooth_extracted__teeth_309"] = (string) $dental->cZahnstatusBefundungExtrahiert309; $test_values["findings__tooth_extracted__teeth_310"] = (string) $dental->cZahnstatusBefundungExtrahiert310; $test_values["findings__tooth_extracted__teeth_401"] = (string) $dental->cZahnstatusBefundungExtrahiert401; $test_values["findings__tooth_extracted__teeth_402"] = (string) $dental->cZahnstatusBefundungExtrahiert402; $test_values["findings__tooth_extracted__teeth_403"] = (string) $dental->cZahnstatusBefundungExtrahiert403; $test_values["findings__tooth_extracted__teeth_404"] = (string) $dental->cZahnstatusBefundungExtrahiert404; $test_values["findings__tooth_extracted__teeth_405"] = (string) $dental->cZahnstatusBefundungExtrahiert405; $test_values["findings__tooth_extracted__teeth_406"] = (string) $dental->cZahnstatusBefundungExtrahiert406; $test_values["findings__tooth_extracted__teeth_407"] = (string) $dental->cZahnstatusBefundungExtrahiert407; $test_values["findings__tooth_extracted__teeth_408"] = (string) $dental->cZahnstatusBefundungExtrahiert408; $test_values["findings__tooth_extracted__teeth_409"] = (string) $dental->cZahnstatusBefundungExtrahiert409; $test_values["findings__tooth_extracted__teeth_410"] = (string) $dental->cZahnstatusBefundungExtrahiert410; $test_values["findings__tooth_missing__teeth_101"] = (string) $dental->cZahnstatusBefundungFehlenderZahn101; $test_values["findings__tooth_missing__teeth_102"] = (string) $dental->cZahnstatusBefundungFehlenderZahn102; $test_values["findings__tooth_missing__teeth_103"] = (string) $dental->cZahnstatusBefundungFehlenderZahn103; $test_values["findings__tooth_missing__teeth_104"] = (string) $dental->cZahnstatusBefundungFehlenderZahn104; $test_values["findings__tooth_missing__teeth_105"] = (string) $dental->cZahnstatusBefundungFehlenderZahn105; $test_values["findings__tooth_missing__teeth_106"] = (string) $dental->cZahnstatusBefundungFehlenderZahn106; $test_values["findings__tooth_missing__teeth_107"] = (string) $dental->cZahnstatusBefundungFehlenderZahn107; $test_values["findings__tooth_missing__teeth_108"] = (string) $dental->cZahnstatusBefundungFehlenderZahn108; $test_values["findings__tooth_missing__teeth_109"] = (string) $dental->cZahnstatusBefundungFehlenderZahn109; $test_values["findings__tooth_missing__teeth_110"] = (string) $dental->cZahnstatusBefundungFehlenderZahn110; $test_values["findings__tooth_missing__teeth_201"] = (string) $dental->cZahnstatusBefundungFehlenderZahn201; $test_values["findings__tooth_missing__teeth_202"] = (string) $dental->cZahnstatusBefundungFehlenderZahn202; $test_values["findings__tooth_missing__teeth_203"] = (string) $dental->cZahnstatusBefundungFehlenderZahn203; $test_values["findings__tooth_missing__teeth_204"] = (string) $dental->cZahnstatusBefundungFehlenderZahn204; $test_values["findings__tooth_missing__teeth_205"] = (string) $dental->cZahnstatusBefundungFehlenderZahn205; $test_values["findings__tooth_missing__teeth_206"] = (string) $dental->cZahnstatusBefundungFehlenderZahn206; $test_values["findings__tooth_missing__teeth_207"] = (string) $dental->cZahnstatusBefundungFehlenderZahn207; $test_values["findings__tooth_missing__teeth_208"] = (string) $dental->cZahnstatusBefundungFehlenderZahn208; $test_values["findings__tooth_missing__teeth_209"] = (string) $dental->cZahnstatusBefundungFehlenderZahn209; $test_values["findings__tooth_missing__teeth_210"] = (string) $dental->cZahnstatusBefundungFehlenderZahn210; $test_values["findings__tooth_missing__teeth_301"] = (string) $dental->cZahnstatusBefundungFehlenderZahn301; $test_values["findings__tooth_missing__teeth_302"] = (string) $dental->cZahnstatusBefundungFehlenderZahn302; $test_values["findings__tooth_missing__teeth_303"] = (string) $dental->cZahnstatusBefundungFehlenderZahn303; $test_values["findings__tooth_missing__teeth_304"] = (string) $dental->cZahnstatusBefundungFehlenderZahn304; $test_values["findings__tooth_missing__teeth_305"] = (string) $dental->cZahnstatusBefundungFehlenderZahn305; $test_values["findings__tooth_missing__teeth_306"] = (string) $dental->cZahnstatusBefundungFehlenderZahn306; $test_values["findings__tooth_missing__teeth_307"] = (string) $dental->cZahnstatusBefundungFehlenderZahn307; $test_values["findings__tooth_missing__teeth_308"] = (string) $dental->cZahnstatusBefundungFehlenderZahn308; $test_values["findings__tooth_missing__teeth_309"] = (string) $dental->cZahnstatusBefundungFehlenderZahn309; $test_values["findings__tooth_missing__teeth_310"] = (string) $dental->cZahnstatusBefundungFehlenderZahn310; $test_values["findings__tooth_missing__teeth_401"] = (string) $dental->cZahnstatusBefundungFehlenderZahn401; $test_values["findings__tooth_missing__teeth_402"] = (string) $dental->cZahnstatusBefundungFehlenderZahn402; $test_values["findings__tooth_missing__teeth_403"] = (string) $dental->cZahnstatusBefundungFehlenderZahn403; $test_values["findings__tooth_missing__teeth_404"] = (string) $dental->cZahnstatusBefundungFehlenderZahn404; $test_values["findings__tooth_missing__teeth_405"] = (string) $dental->cZahnstatusBefundungFehlenderZahn405; $test_values["findings__tooth_missing__teeth_406"] = (string) $dental->cZahnstatusBefundungFehlenderZahn406; $test_values["findings__tooth_missing__teeth_407"] = (string) $dental->cZahnstatusBefundungFehlenderZahn407; $test_values["findings__tooth_missing__teeth_408"] = (string) $dental->cZahnstatusBefundungFehlenderZahn408; $test_values["findings__tooth_missing__teeth_409"] = (string) $dental->cZahnstatusBefundungFehlenderZahn409; $test_values["findings__tooth_missing__teeth_410"] = (string) $dental->cZahnstatusBefundungFehlenderZahn410; $test_values["findings__surplus_tooth__teeth_101"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn101; $test_values["findings__surplus_tooth__teeth_102"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn102; $test_values["findings__surplus_tooth__teeth_103"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn103; $test_values["findings__surplus_tooth__teeth_104"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn104; $test_values["findings__surplus_tooth__teeth_105"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn105; $test_values["findings__surplus_tooth__teeth_106"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn106; $test_values["findings__surplus_tooth__teeth_107"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn107; $test_values["findings__surplus_tooth__teeth_108"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn108; $test_values["findings__surplus_tooth__teeth_109"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn109; $test_values["findings__surplus_tooth__teeth_110"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn110; $test_values["findings__surplus_tooth__teeth_201"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn201; $test_values["findings__surplus_tooth__teeth_202"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn202; $test_values["findings__surplus_tooth__teeth_203"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn203; $test_values["findings__surplus_tooth__teeth_204"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn204; $test_values["findings__surplus_tooth__teeth_205"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn205; $test_values["findings__surplus_tooth__teeth_206"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn206; $test_values["findings__surplus_tooth__teeth_207"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn207; $test_values["findings__surplus_tooth__teeth_208"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn208; $test_values["findings__surplus_tooth__teeth_209"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn209; $test_values["findings__surplus_tooth__teeth_210"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn210; $test_values["findings__surplus_tooth__teeth_301"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn301; $test_values["findings__surplus_tooth__teeth_302"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn302; $test_values["findings__surplus_tooth__teeth_303"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn303; $test_values["findings__surplus_tooth__teeth_304"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn304; $test_values["findings__surplus_tooth__teeth_305"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn305; $test_values["findings__surplus_tooth__teeth_306"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn306; $test_values["findings__surplus_tooth__teeth_307"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn307; $test_values["findings__surplus_tooth__teeth_308"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn308; $test_values["findings__surplus_tooth__teeth_309"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn309; $test_values["findings__surplus_tooth__teeth_310"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn310; $test_values["findings__surplus_tooth__teeth_401"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn401; $test_values["findings__surplus_tooth__teeth_402"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn402; $test_values["findings__surplus_tooth__teeth_403"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn403; $test_values["findings__surplus_tooth__teeth_404"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn404; $test_values["findings__surplus_tooth__teeth_405"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn405; $test_values["findings__surplus_tooth__teeth_406"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn406; $test_values["findings__surplus_tooth__teeth_407"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn407; $test_values["findings__surplus_tooth__teeth_408"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn408; $test_values["findings__surplus_tooth__teeth_409"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn409; $test_values["findings__surplus_tooth__teeth_410"] = (string) $dental->cZahnstatusBefundungUeberzaehligerZahn410; $test_values["findings__tooth_uncomplicated__teeth_101"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur101; $test_values["findings__tooth_uncomplicated__teeth_102"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur102; $test_values["findings__tooth_uncomplicated__teeth_103"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur103; $test_values["findings__tooth_uncomplicated__teeth_104"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur104; $test_values["findings__tooth_uncomplicated__teeth_105"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur105; $test_values["findings__tooth_uncomplicated__teeth_106"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur106; $test_values["findings__tooth_uncomplicated__teeth_107"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur107; $test_values["findings__tooth_uncomplicated__teeth_108"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur108; $test_values["findings__tooth_uncomplicated__teeth_109"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur109; $test_values["findings__tooth_uncomplicated__teeth_110"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur110; $test_values["findings__tooth_uncomplicated__teeth_201"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur201; $test_values["findings__tooth_uncomplicated__teeth_202"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur202; $test_values["findings__tooth_uncomplicated__teeth_203"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur203; $test_values["findings__tooth_uncomplicated__teeth_204"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur204; $test_values["findings__tooth_uncomplicated__teeth_205"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur205; $test_values["findings__tooth_uncomplicated__teeth_206"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur206; $test_values["findings__tooth_uncomplicated__teeth_207"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur207; $test_values["findings__tooth_uncomplicated__teeth_208"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur208; $test_values["findings__tooth_uncomplicated__teeth_209"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur209; $test_values["findings__tooth_uncomplicated__teeth_210"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur210; $test_values["findings__tooth_uncomplicated__teeth_301"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur301; $test_values["findings__tooth_uncomplicated__teeth_302"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur302; $test_values["findings__tooth_uncomplicated__teeth_303"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur303; $test_values["findings__tooth_uncomplicated__teeth_304"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur304; $test_values["findings__tooth_uncomplicated__teeth_305"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur305; $test_values["findings__tooth_uncomplicated__teeth_306"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur306; $test_values["findings__tooth_uncomplicated__teeth_307"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur307; $test_values["findings__tooth_uncomplicated__teeth_308"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur308; $test_values["findings__tooth_uncomplicated__teeth_309"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur309; $test_values["findings__tooth_uncomplicated__teeth_310"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur310; $test_values["findings__tooth_uncomplicated__teeth_401"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur401; $test_values["findings__tooth_uncomplicated__teeth_402"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur402; $test_values["findings__tooth_uncomplicated__teeth_403"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur403; $test_values["findings__tooth_uncomplicated__teeth_404"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur404; $test_values["findings__tooth_uncomplicated__teeth_405"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur405; $test_values["findings__tooth_uncomplicated__teeth_406"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur406; $test_values["findings__tooth_uncomplicated__teeth_407"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur407; $test_values["findings__tooth_uncomplicated__teeth_408"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur408; $test_values["findings__tooth_uncomplicated__teeth_409"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur409; $test_values["findings__tooth_uncomplicated__teeth_410"] = (string) $dental->cZahnstatusBefundungUnkomplizierteFraktur410; $test_values["findings__tooth_complicated__teeth_101"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur101; $test_values["findings__tooth_complicated__teeth_102"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur102; $test_values["findings__tooth_complicated__teeth_103"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur103; $test_values["findings__tooth_complicated__teeth_104"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur104; $test_values["findings__tooth_complicated__teeth_105"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur105; $test_values["findings__tooth_complicated__teeth_106"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur106; $test_values["findings__tooth_complicated__teeth_107"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur107; $test_values["findings__tooth_complicated__teeth_108"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur108; $test_values["findings__tooth_complicated__teeth_109"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur109; $test_values["findings__tooth_complicated__teeth_110"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur110; $test_values["findings__tooth_complicated__teeth_201"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur201; $test_values["findings__tooth_complicated__teeth_202"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur202; $test_values["findings__tooth_complicated__teeth_203"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur203; $test_values["findings__tooth_complicated__teeth_204"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur204; $test_values["findings__tooth_complicated__teeth_205"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur205; $test_values["findings__tooth_complicated__teeth_206"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur206; $test_values["findings__tooth_complicated__teeth_207"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur207; $test_values["findings__tooth_complicated__teeth_208"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur208; $test_values["findings__tooth_complicated__teeth_209"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur209; $test_values["findings__tooth_complicated__teeth_210"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur210; $test_values["findings__tooth_complicated__teeth_301"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur301; $test_values["findings__tooth_complicated__teeth_302"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur302; $test_values["findings__tooth_complicated__teeth_303"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur303; $test_values["findings__tooth_complicated__teeth_304"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur304; $test_values["findings__tooth_complicated__teeth_305"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur305; $test_values["findings__tooth_complicated__teeth_306"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur306; $test_values["findings__tooth_complicated__teeth_307"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur307; $test_values["findings__tooth_complicated__teeth_308"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur308; $test_values["findings__tooth_complicated__teeth_309"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur309; $test_values["findings__tooth_complicated__teeth_310"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur310; $test_values["findings__tooth_complicated__teeth_401"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur401; $test_values["findings__tooth_complicated__teeth_402"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur402; $test_values["findings__tooth_complicated__teeth_403"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur403; $test_values["findings__tooth_complicated__teeth_404"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur404; $test_values["findings__tooth_complicated__teeth_405"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur405; $test_values["findings__tooth_complicated__teeth_406"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur406; $test_values["findings__tooth_complicated__teeth_407"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur407; $test_values["findings__tooth_complicated__teeth_408"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur408; $test_values["findings__tooth_complicated__teeth_409"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur409; $test_values["findings__tooth_complicated__teeth_410"] = (string) $dental->cZahnstatusBefundungKomplizierteFraktur410; $test_values["findings__persistent_baby_tooth__teeth_101"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn101; $test_values["findings__persistent_baby_tooth__teeth_102"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn102; $test_values["findings__persistent_baby_tooth__teeth_103"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn103; $test_values["findings__persistent_baby_tooth__teeth_104"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn104; $test_values["findings__persistent_baby_tooth__teeth_105"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn105; $test_values["findings__persistent_baby_tooth__teeth_106"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn106; $test_values["findings__persistent_baby_tooth__teeth_107"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn107; $test_values["findings__persistent_baby_tooth__teeth_108"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn108; $test_values["findings__persistent_baby_tooth__teeth_201"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn201; $test_values["findings__persistent_baby_tooth__teeth_202"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn202; $test_values["findings__persistent_baby_tooth__teeth_203"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn203; $test_values["findings__persistent_baby_tooth__teeth_204"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn204; $test_values["findings__persistent_baby_tooth__teeth_205"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn205; $test_values["findings__persistent_baby_tooth__teeth_206"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn206; $test_values["findings__persistent_baby_tooth__teeth_207"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn207; $test_values["findings__persistent_baby_tooth__teeth_208"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn208; $test_values["findings__persistent_baby_tooth__teeth_301"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn301; $test_values["findings__persistent_baby_tooth__teeth_302"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn302; $test_values["findings__persistent_baby_tooth__teeth_303"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn303; $test_values["findings__persistent_baby_tooth__teeth_304"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn304; $test_values["findings__persistent_baby_tooth__teeth_305"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn305; $test_values["findings__persistent_baby_tooth__teeth_306"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn306; $test_values["findings__persistent_baby_tooth__teeth_307"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn307; $test_values["findings__persistent_baby_tooth__teeth_308"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn308; $test_values["findings__persistent_baby_tooth__teeth_401"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn401; $test_values["findings__persistent_baby_tooth__teeth_402"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn402; $test_values["findings__persistent_baby_tooth__teeth_403"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn403; $test_values["findings__persistent_baby_tooth__teeth_404"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn404; $test_values["findings__persistent_baby_tooth__teeth_405"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn405; $test_values["findings__persistent_baby_tooth__teeth_406"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn406; $test_values["findings__persistent_baby_tooth__teeth_407"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn407; $test_values["findings__persistent_baby_tooth__teeth_408"] = (string) $dental->cZahnstatusBefundungPersistierenderMilchzahn408; $test_values["findings__karies__teeth_101"] = (string) $dental->cZahnstatusBefundungKaries101; $test_values["findings__karies__teeth_102"] = (string) $dental->cZahnstatusBefundungKaries102; $test_values["findings__karies__teeth_103"] = (string) $dental->cZahnstatusBefundungKaries103; $test_values["findings__karies__teeth_104"] = (string) $dental->cZahnstatusBefundungKaries104; $test_values["findings__karies__teeth_105"] = (string) $dental->cZahnstatusBefundungKaries105; $test_values["findings__karies__teeth_106"] = (string) $dental->cZahnstatusBefundungKaries106; $test_values["findings__karies__teeth_107"] = (string) $dental->cZahnstatusBefundungKaries107; $test_values["findings__karies__teeth_108"] = (string) $dental->cZahnstatusBefundungKaries108; $test_values["findings__karies__teeth_109"] = (string) $dental->cZahnstatusBefundungKaries109; $test_values["findings__karies__teeth_110"] = (string) $dental->cZahnstatusBefundungKaries110; $test_values["findings__karies__teeth_201"] = (string) $dental->cZahnstatusBefundungKaries201; $test_values["findings__karies__teeth_202"] = (string) $dental->cZahnstatusBefundungKaries202; $test_values["findings__karies__teeth_203"] = (string) $dental->cZahnstatusBefundungKaries203; $test_values["findings__karies__teeth_204"] = (string) $dental->cZahnstatusBefundungKaries204; $test_values["findings__karies__teeth_205"] = (string) $dental->cZahnstatusBefundungKaries205; $test_values["findings__karies__teeth_206"] = (string) $dental->cZahnstatusBefundungKaries206; $test_values["findings__karies__teeth_207"] = (string) $dental->cZahnstatusBefundungKaries207; $test_values["findings__karies__teeth_208"] = (string) $dental->cZahnstatusBefundungKaries208; $test_values["findings__karies__teeth_209"] = (string) $dental->cZahnstatusBefundungKaries209; $test_values["findings__karies__teeth_210"] = (string) $dental->cZahnstatusBefundungKaries210; $test_values["findings__karies__teeth_301"] = (string) $dental->cZahnstatusBefundungKaries301; $test_values["findings__karies__teeth_302"] = (string) $dental->cZahnstatusBefundungKaries302; $test_values["findings__karies__teeth_303"] = (string) $dental->cZahnstatusBefundungKaries303; $test_values["findings__karies__teeth_304"] = (string) $dental->cZahnstatusBefundungKaries304; $test_values["findings__karies__teeth_305"] = (string) $dental->cZahnstatusBefundungKaries305; $test_values["findings__karies__teeth_306"] = (string) $dental->cZahnstatusBefundungKaries306; $test_values["findings__karies__teeth_307"] = (string) $dental->cZahnstatusBefundungKaries307; $test_values["findings__karies__teeth_308"] = (string) $dental->cZahnstatusBefundungKaries308; $test_values["findings__karies__teeth_309"] = (string) $dental->cZahnstatusBefundungKaries309; $test_values["findings__karies__teeth_310"] = (string) $dental->cZahnstatusBefundungKaries310; $test_values["findings__karies__teeth_401"] = (string) $dental->cZahnstatusBefundungKaries401; $test_values["findings__karies__teeth_402"] = (string) $dental->cZahnstatusBefundungKaries402; $test_values["findings__karies__teeth_403"] = (string) $dental->cZahnstatusBefundungKaries403; $test_values["findings__karies__teeth_404"] = (string) $dental->cZahnstatusBefundungKaries404; $test_values["findings__karies__teeth_405"] = (string) $dental->cZahnstatusBefundungKaries405; $test_values["findings__karies__teeth_406"] = (string) $dental->cZahnstatusBefundungKaries406; $test_values["findings__karies__teeth_407"] = (string) $dental->cZahnstatusBefundungKaries407; $test_values["findings__karies__teeth_408"] = (string) $dental->cZahnstatusBefundungKaries408; $test_values["findings__karies__teeth_409"] = (string) $dental->cZahnstatusBefundungKaries409; $test_values["findings__karies__teeth_410"] = (string) $dental->cZahnstatusBefundungKaries410; $test_values["findings__enamel_hypoplasia__teeth_101"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie101; $test_values["findings__enamel_hypoplasia__teeth_102"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie102; $test_values["findings__enamel_hypoplasia__teeth_103"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie103; $test_values["findings__enamel_hypoplasia__teeth_104"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie104; $test_values["findings__enamel_hypoplasia__teeth_105"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie105; $test_values["findings__enamel_hypoplasia__teeth_106"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie106; $test_values["findings__enamel_hypoplasia__teeth_107"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie107; $test_values["findings__enamel_hypoplasia__teeth_108"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie108; $test_values["findings__enamel_hypoplasia__teeth_109"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie109; $test_values["findings__enamel_hypoplasia__teeth_110"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie110; $test_values["findings__enamel_hypoplasia__teeth_201"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie201; $test_values["findings__enamel_hypoplasia__teeth_202"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie202; $test_values["findings__enamel_hypoplasia__teeth_203"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie203; $test_values["findings__enamel_hypoplasia__teeth_204"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie204; $test_values["findings__enamel_hypoplasia__teeth_205"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie205; $test_values["findings__enamel_hypoplasia__teeth_206"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie206; $test_values["findings__enamel_hypoplasia__teeth_207"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie207; $test_values["findings__enamel_hypoplasia__teeth_208"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie208; $test_values["findings__enamel_hypoplasia__teeth_209"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie209; $test_values["findings__enamel_hypoplasia__teeth_210"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie210; $test_values["findings__enamel_hypoplasia__teeth_301"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie301; $test_values["findings__enamel_hypoplasia__teeth_302"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie302; $test_values["findings__enamel_hypoplasia__teeth_303"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie303; $test_values["findings__enamel_hypoplasia__teeth_304"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie304; $test_values["findings__enamel_hypoplasia__teeth_305"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie305; $test_values["findings__enamel_hypoplasia__teeth_306"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie306; $test_values["findings__enamel_hypoplasia__teeth_307"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie307; $test_values["findings__enamel_hypoplasia__teeth_308"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie308; $test_values["findings__enamel_hypoplasia__teeth_309"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie309; $test_values["findings__enamel_hypoplasia__teeth_310"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie310; $test_values["findings__enamel_hypoplasia__teeth_401"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie401; $test_values["findings__enamel_hypoplasia__teeth_402"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie402; $test_values["findings__enamel_hypoplasia__teeth_403"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie403; $test_values["findings__enamel_hypoplasia__teeth_404"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie404; $test_values["findings__enamel_hypoplasia__teeth_405"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie405; $test_values["findings__enamel_hypoplasia__teeth_406"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie406; $test_values["findings__enamel_hypoplasia__teeth_407"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie407; $test_values["findings__enamel_hypoplasia__teeth_408"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie408; $test_values["findings__enamel_hypoplasia__teeth_409"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie409; $test_values["findings__enamel_hypoplasia__teeth_410"] = (string) $dental->cZahnstatusBefundungSchmelzhypoplasie410; $test_values["findings__pulp_opening__teeth_101"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung101; $test_values["findings__pulp_opening__teeth_102"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung102; $test_values["findings__pulp_opening__teeth_103"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung103; $test_values["findings__pulp_opening__teeth_104"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung104; $test_values["findings__pulp_opening__teeth_105"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung105; $test_values["findings__pulp_opening__teeth_106"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung106; $test_values["findings__pulp_opening__teeth_107"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung107; $test_values["findings__pulp_opening__teeth_108"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung108; $test_values["findings__pulp_opening__teeth_109"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung109; $test_values["findings__pulp_opening__teeth_110"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung110; $test_values["findings__pulp_opening__teeth_201"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung201; $test_values["findings__pulp_opening__teeth_202"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung202; $test_values["findings__pulp_opening__teeth_203"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung203; $test_values["findings__pulp_opening__teeth_204"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung204; $test_values["findings__pulp_opening__teeth_205"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung205; $test_values["findings__pulp_opening__teeth_206"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung206; $test_values["findings__pulp_opening__teeth_207"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung207; $test_values["findings__pulp_opening__teeth_208"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung208; $test_values["findings__pulp_opening__teeth_209"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung209; $test_values["findings__pulp_opening__teeth_210"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung210; $test_values["findings__pulp_opening__teeth_301"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung301; $test_values["findings__pulp_opening__teeth_302"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung302; $test_values["findings__pulp_opening__teeth_303"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung303; $test_values["findings__pulp_opening__teeth_304"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung304; $test_values["findings__pulp_opening__teeth_305"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung305; $test_values["findings__pulp_opening__teeth_306"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung306; $test_values["findings__pulp_opening__teeth_307"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung307; $test_values["findings__pulp_opening__teeth_308"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung308; $test_values["findings__pulp_opening__teeth_309"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung309; $test_values["findings__pulp_opening__teeth_310"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung310; $test_values["findings__pulp_opening__teeth_401"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung401; $test_values["findings__pulp_opening__teeth_402"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung402; $test_values["findings__pulp_opening__teeth_403"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung403; $test_values["findings__pulp_opening__teeth_404"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung404; $test_values["findings__pulp_opening__teeth_405"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung405; $test_values["findings__pulp_opening__teeth_406"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung406; $test_values["findings__pulp_opening__teeth_407"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung407; $test_values["findings__pulp_opening__teeth_408"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung408; $test_values["findings__pulp_opening__teeth_409"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung409; $test_values["findings__pulp_opening__teeth_410"] = (string) $dental->cZahnstatusBefundungPulpaeroeffnung410; $test_values["findings__treated__teeth_101"] = (string) $dental->cZahnstatusBefundungBehandelt101; $test_values["findings__treated__teeth_102"] = (string) $dental->cZahnstatusBefundungBehandelt102; $test_values["findings__treated__teeth_103"] = (string) $dental->cZahnstatusBefundungBehandelt103; $test_values["findings__treated__teeth_104"] = (string) $dental->cZahnstatusBefundungBehandelt104; $test_values["findings__treated__teeth_105"] = (string) $dental->cZahnstatusBefundungBehandelt105; $test_values["findings__treated__teeth_106"] = (string) $dental->cZahnstatusBefundungBehandelt106; $test_values["findings__treated__teeth_107"] = (string) $dental->cZahnstatusBefundungBehandelt107; $test_values["findings__treated__teeth_108"] = (string) $dental->cZahnstatusBefundungBehandelt108; $test_values["findings__treated__teeth_109"] = (string) $dental->cZahnstatusBefundungBehandelt109; $test_values["findings__treated__teeth_110"] = (string) $dental->cZahnstatusBefundungBehandelt110; $test_values["findings__treated__teeth_201"] = (string) $dental->cZahnstatusBefundungBehandelt201; $test_values["findings__treated__teeth_202"] = (string) $dental->cZahnstatusBefundungBehandelt202; $test_values["findings__treated__teeth_203"] = (string) $dental->cZahnstatusBefundungBehandelt203; $test_values["findings__treated__teeth_204"] = (string) $dental->cZahnstatusBefundungBehandelt204; $test_values["findings__treated__teeth_205"] = (string) $dental->cZahnstatusBefundungBehandelt205; $test_values["findings__treated__teeth_206"] = (string) $dental->cZahnstatusBefundungBehandelt206; $test_values["findings__treated__teeth_207"] = (string) $dental->cZahnstatusBefundungBehandelt207; $test_values["findings__treated__teeth_208"] = (string) $dental->cZahnstatusBefundungBehandelt208; $test_values["findings__treated__teeth_209"] = (string) $dental->cZahnstatusBefundungBehandelt209; $test_values["findings__treated__teeth_210"] = (string) $dental->cZahnstatusBefundungBehandelt210; $test_values["findings__treated__teeth_301"] = (string) $dental->cZahnstatusBefundungBehandelt301; $test_values["findings__treated__teeth_302"] = (string) $dental->cZahnstatusBefundungBehandelt302; $test_values["findings__treated__teeth_303"] = (string) $dental->cZahnstatusBefundungBehandelt303; $test_values["findings__treated__teeth_304"] = (string) $dental->cZahnstatusBefundungBehandelt304; $test_values["findings__treated__teeth_305"] = (string) $dental->cZahnstatusBefundungBehandelt305; $test_values["findings__treated__teeth_306"] = (string) $dental->cZahnstatusBefundungBehandelt306; $test_values["findings__treated__teeth_307"] = (string) $dental->cZahnstatusBefundungBehandelt307; $test_values["findings__treated__teeth_308"] = (string) $dental->cZahnstatusBefundungBehandelt308; $test_values["findings__treated__teeth_309"] = (string) $dental->cZahnstatusBefundungBehandelt309; $test_values["findings__treated__teeth_310"] = (string) $dental->cZahnstatusBefundungBehandelt310; $test_values["findings__treated__teeth_401"] = (string) $dental->cZahnstatusBefundungBehandelt401; $test_values["findings__treated__teeth_402"] = (string) $dental->cZahnstatusBefundungBehandelt402; $test_values["findings__treated__teeth_403"] = (string) $dental->cZahnstatusBefundungBehandelt403; $test_values["findings__treated__teeth_404"] = (string) $dental->cZahnstatusBefundungBehandelt404; $test_values["findings__treated__teeth_405"] = (string) $dental->cZahnstatusBefundungBehandelt405; $test_values["findings__treated__teeth_406"] = (string) $dental->cZahnstatusBefundungBehandelt406; $test_values["findings__treated__teeth_407"] = (string) $dental->cZahnstatusBefundungBehandelt407; $test_values["findings__treated__teeth_408"] = (string) $dental->cZahnstatusBefundungBehandelt408; $test_values["findings__treated__teeth_409"] = (string) $dental->cZahnstatusBefundungBehandelt409; $test_values["findings__treated__teeth_410"] = (string) $dental->cZahnstatusBefundungBehandelt410; $test_values["findings__follow-up_inspection__teeth_101"] = (string) $dental->cZahnstatusBefundungNachkontrolle101; $test_values["findings__follow-up_inspection__teeth_102"] = (string) $dental->cZahnstatusBefundungNachkontrolle102; $test_values["findings__follow-up_inspection__teeth_103"] = (string) $dental->cZahnstatusBefundungNachkontrolle103; $test_values["findings__follow-up_inspection__teeth_104"] = (string) $dental->cZahnstatusBefundungNachkontrolle104; $test_values["findings__follow-up_inspection__teeth_105"] = (string) $dental->cZahnstatusBefundungNachkontrolle105; $test_values["findings__follow-up_inspection__teeth_106"] = (string) $dental->cZahnstatusBefundungNachkontrolle106; $test_values["findings__follow-up_inspection__teeth_107"] = (string) $dental->cZahnstatusBefundungNachkontrolle107; $test_values["findings__follow-up_inspection__teeth_108"] = (string) $dental->cZahnstatusBefundungNachkontrolle108; $test_values["findings__follow-up_inspection__teeth_109"] = (string) $dental->cZahnstatusBefundungNachkontrolle109; $test_values["findings__follow-up_inspection__teeth_110"] = (string) $dental->cZahnstatusBefundungNachkontrolle110; $test_values["findings__follow-up_inspection__teeth_201"] = (string) $dental->cZahnstatusBefundungNachkontrolle201; $test_values["findings__follow-up_inspection__teeth_202"] = (string) $dental->cZahnstatusBefundungNachkontrolle202; $test_values["findings__follow-up_inspection__teeth_203"] = (string) $dental->cZahnstatusBefundungNachkontrolle203; $test_values["findings__follow-up_inspection__teeth_204"] = (string) $dental->cZahnstatusBefundungNachkontrolle204; $test_values["findings__follow-up_inspection__teeth_205"] = (string) $dental->cZahnstatusBefundungNachkontrolle205; $test_values["findings__follow-up_inspection__teeth_206"] = (string) $dental->cZahnstatusBefundungNachkontrolle206; $test_values["findings__follow-up_inspection__teeth_207"] = (string) $dental->cZahnstatusBefundungNachkontrolle207; $test_values["findings__follow-up_inspection__teeth_208"] = (string) $dental->cZahnstatusBefundungNachkontrolle208; $test_values["findings__follow-up_inspection__teeth_209"] = (string) $dental->cZahnstatusBefundungNachkontrolle209; $test_values["findings__follow-up_inspection__teeth_210"] = (string) $dental->cZahnstatusBefundungNachkontrolle210; $test_values["findings__follow-up_inspection__teeth_301"] = (string) $dental->cZahnstatusBefundungNachkontrolle301; $test_values["findings__follow-up_inspection__teeth_302"] = (string) $dental->cZahnstatusBefundungNachkontrolle302; $test_values["findings__follow-up_inspection__teeth_303"] = (string) $dental->cZahnstatusBefundungNachkontrolle303; $test_values["findings__follow-up_inspection__teeth_304"] = (string) $dental->cZahnstatusBefundungNachkontrolle304; $test_values["findings__follow-up_inspection__teeth_305"] = (string) $dental->cZahnstatusBefundungNachkontrolle305; $test_values["findings__follow-up_inspection__teeth_306"] = (string) $dental->cZahnstatusBefundungNachkontrolle306; $test_values["findings__follow-up_inspection__teeth_307"] = (string) $dental->cZahnstatusBefundungNachkontrolle307; $test_values["findings__follow-up_inspection__teeth_308"] = (string) $dental->cZahnstatusBefundungNachkontrolle308; $test_values["findings__follow-up_inspection__teeth_309"] = (string) $dental->cZahnstatusBefundungNachkontrolle309; $test_values["findings__follow-up_inspection__teeth_310"] = (string) $dental->cZahnstatusBefundungNachkontrolle310; $test_values["findings__follow-up_inspection__teeth_401"] = (string) $dental->cZahnstatusBefundungNachkontrolle401; $test_values["findings__follow-up_inspection__teeth_402"] = (string) $dental->cZahnstatusBefundungNachkontrolle402; $test_values["findings__follow-up_inspection__teeth_403"] = (string) $dental->cZahnstatusBefundungNachkontrolle403; $test_values["findings__follow-up_inspection__teeth_404"] = (string) $dental->cZahnstatusBefundungNachkontrolle404; $test_values["findings__follow-up_inspection__teeth_405"] = (string) $dental->cZahnstatusBefundungNachkontrolle405; $test_values["findings__follow-up_inspection__teeth_406"] = (string) $dental->cZahnstatusBefundungNachkontrolle406; $test_values["findings__follow-up_inspection__teeth_407"] = (string) $dental->cZahnstatusBefundungNachkontrolle407; $test_values["findings__follow-up_inspection__teeth_408"] = (string) $dental->cZahnstatusBefundungNachkontrolle408; $test_values["findings__follow-up_inspection__teeth_409"] = (string) $dental->cZahnstatusBefundungNachkontrolle409; $test_values["findings__follow-up_inspection__teeth_410"] = (string) $dental->cZahnstatusBefundungNachkontrolle410; $test_values["teeth_status_remarks"] = (string) $dental->ptSZahnstatusBemerkung; $test_values["findings__gingival_recession__teeth_101"] = (string) $dental->cParodontalstatusBefundungGingivarezession101; $test_values["findings__gingival_recession__teeth_102"] = (string) $dental->cParodontalstatusBefundungGingivarezession102; $test_values["findings__gingival_recession__teeth_103"] = (string) $dental->cParodontalstatusBefundungGingivarezession103; $test_values["findings__gingival_recession__teeth_104"] = (string) $dental->cParodontalstatusBefundungGingivarezession104; $test_values["findings__gingival_recession__teeth_105"] = (string) $dental->cParodontalstatusBefundungGingivarezession105; $test_values["findings__gingival_recession__teeth_106"] = (string) $dental->cParodontalstatusBefundungGingivarezession106; $test_values["findings__gingival_recession__teeth_107"] = (string) $dental->cParodontalstatusBefundungGingivarezession107; $test_values["findings__gingival_recession__teeth_108"] = (string) $dental->cParodontalstatusBefundungGingivarezession108; $test_values["findings__gingival_recession__teeth_109"] = (string) $dental->cParodontalstatusBefundungGingivarezession109; $test_values["findings__gingival_recession__teeth_110"] = (string) $dental->cParodontalstatusBefundungGingivarezession110; $test_values["findings__gingival_recession__teeth_201"] = (string) $dental->cParodontalstatusBefundungGingivarezession201; $test_values["findings__gingival_recession__teeth_202"] = (string) $dental->cParodontalstatusBefundungGingivarezession202; $test_values["findings__gingival_recession__teeth_203"] = (string) $dental->cParodontalstatusBefundungGingivarezession203; $test_values["findings__gingival_recession__teeth_204"] = (string) $dental->cParodontalstatusBefundungGingivarezession204; $test_values["findings__gingival_recession__teeth_205"] = (string) $dental->cParodontalstatusBefundungGingivarezession205; $test_values["findings__gingival_recession__teeth_206"] = (string) $dental->cParodontalstatusBefundungGingivarezession206; $test_values["findings__gingival_recession__teeth_207"] = (string) $dental->cParodontalstatusBefundungGingivarezession207; $test_values["findings__gingival_recession__teeth_208"] = (string) $dental->cParodontalstatusBefundungGingivarezession208; $test_values["findings__gingival_recession__teeth_209"] = (string) $dental->cParodontalstatusBefundungGingivarezession209; $test_values["findings__gingival_recession__teeth_210"] = (string) $dental->cParodontalstatusBefundungGingivarezession210; $test_values["findings__gingival_recession__teeth_301"] = (string) $dental->cParodontalstatusBefundungGingivarezession301; $test_values["findings__gingival_recession__teeth_302"] = (string) $dental->cParodontalstatusBefundungGingivarezession302; $test_values["findings__gingival_recession__teeth_303"] = (string) $dental->cParodontalstatusBefundungGingivarezession303; $test_values["findings__gingival_recession__teeth_304"] = (string) $dental->cParodontalstatusBefundungGingivarezession304; $test_values["findings__gingival_recession__teeth_305"] = (string) $dental->cParodontalstatusBefundungGingivarezession305; $test_values["findings__gingival_recession__teeth_306"] = (string) $dental->cParodontalstatusBefundungGingivarezession306; $test_values["findings__gingival_recession__teeth_307"] = (string) $dental->cParodontalstatusBefundungGingivarezession307; $test_values["findings__gingival_recession__teeth_308"] = (string) $dental->cParodontalstatusBefundungGingivarezession308; $test_values["findings__gingival_recession__teeth_309"] = (string) $dental->cParodontalstatusBefundungGingivarezession309; $test_values["findings__gingival_recession__teeth_310"] = (string) $dental->cParodontalstatusBefundungGingivarezession310; $test_values["findings__gingival_recession__teeth_401"] = (string) $dental->cParodontalstatusBefundungGingivarezession401; $test_values["findings__gingival_recession__teeth_402"] = (string) $dental->cParodontalstatusBefundungGingivarezession402; $test_values["findings__gingival_recession__teeth_403"] = (string) $dental->cParodontalstatusBefundungGingivarezession403; $test_values["findings__gingival_recession__teeth_404"] = (string) $dental->cParodontalstatusBefundungGingivarezession404; $test_values["findings__gingival_recession__teeth_405"] = (string) $dental->cParodontalstatusBefundungGingivarezession405; $test_values["findings__gingival_recession__teeth_406"] = (string) $dental->cParodontalstatusBefundungGingivarezession406; $test_values["findings__gingival_recession__teeth_407"] = (string) $dental->cParodontalstatusBefundungGingivarezession407; $test_values["findings__gingival_recession__teeth_408"] = (string) $dental->cParodontalstatusBefundungGingivarezession408; $test_values["findings__gingival_recession__teeth_409"] = (string) $dental->cParodontalstatusBefundungGingivarezession409; $test_values["findings__gingival_recession__teeth_410"] = (string) $dental->cParodontalstatusBefundungGingivarezession410; $test_values["findings__epulis__teeth_101"] = (string) $dental->cParodontalstatusBefundungEpulis101; $test_values["findings__epulis__teeth_102"] = (string) $dental->cParodontalstatusBefundungEpulis102; $test_values["findings__epulis__teeth_103"] = (string) $dental->cParodontalstatusBefundungEpulis103; $test_values["findings__epulis__teeth_104"] = (string) $dental->cParodontalstatusBefundungEpulis104; $test_values["findings__epulis__teeth_105"] = (string) $dental->cParodontalstatusBefundungEpulis105; $test_values["findings__epulis__teeth_106"] = (string) $dental->cParodontalstatusBefundungEpulis106; $test_values["findings__epulis__teeth_107"] = (string) $dental->cParodontalstatusBefundungEpulis107; $test_values["findings__epulis__teeth_108"] = (string) $dental->cParodontalstatusBefundungEpulis108; $test_values["findings__epulis__teeth_109"] = (string) $dental->cParodontalstatusBefundungEpulis109; $test_values["findings__epulis__teeth_110"] = (string) $dental->cParodontalstatusBefundungEpulis110; $test_values["findings__epulis__teeth_201"] = (string) $dental->cParodontalstatusBefundungEpulis201; $test_values["findings__epulis__teeth_202"] = (string) $dental->cParodontalstatusBefundungEpulis202; $test_values["findings__epulis__teeth_203"] = (string) $dental->cParodontalstatusBefundungEpulis203; $test_values["findings__epulis__teeth_204"] = (string) $dental->cParodontalstatusBefundungEpulis204; $test_values["findings__epulis__teeth_205"] = (string) $dental->cParodontalstatusBefundungEpulis205; $test_values["findings__epulis__teeth_206"] = (string) $dental->cParodontalstatusBefundungEpulis206; $test_values["findings__epulis__teeth_207"] = (string) $dental->cParodontalstatusBefundungEpulis207; $test_values["findings__epulis__teeth_208"] = (string) $dental->cParodontalstatusBefundungEpulis208; $test_values["findings__epulis__teeth_209"] = (string) $dental->cParodontalstatusBefundungEpulis209; $test_values["findings__epulis__teeth_210"] = (string) $dental->cParodontalstatusBefundungEpulis210; $test_values["findings__epulis__teeth_301"] = (string) $dental->cParodontalstatusBefundungEpulis301; $test_values["findings__epulis__teeth_302"] = (string) $dental->cParodontalstatusBefundungEpulis302; $test_values["findings__epulis__teeth_303"] = (string) $dental->cParodontalstatusBefundungEpulis303; $test_values["findings__epulis__teeth_304"] = (string) $dental->cParodontalstatusBefundungEpulis304; $test_values["findings__epulis__teeth_305"] = (string) $dental->cParodontalstatusBefundungEpulis305; $test_values["findings__epulis__teeth_306"] = (string) $dental->cParodontalstatusBefundungEpulis306; $test_values["findings__epulis__teeth_307"] = (string) $dental->cParodontalstatusBefundungEpulis307; $test_values["findings__epulis__teeth_308"] = (string) $dental->cParodontalstatusBefundungEpulis308; $test_values["findings__epulis__teeth_309"] = (string) $dental->cParodontalstatusBefundungEpulis309; $test_values["findings__epulis__teeth_310"] = (string) $dental->cParodontalstatusBefundungEpulis310; $test_values["findings__epulis__teeth_401"] = (string) $dental->cParodontalstatusBefundungEpulis401; $test_values["findings__epulis__teeth_402"] = (string) $dental->cParodontalstatusBefundungEpulis402; $test_values["findings__epulis__teeth_403"] = (string) $dental->cParodontalstatusBefundungEpulis403; $test_values["findings__epulis__teeth_404"] = (string) $dental->cParodontalstatusBefundungEpulis404; $test_values["findings__epulis__teeth_405"] = (string) $dental->cParodontalstatusBefundungEpulis405; $test_values["findings__epulis__teeth_406"] = (string) $dental->cParodontalstatusBefundungEpulis406; $test_values["findings__epulis__teeth_407"] = (string) $dental->cParodontalstatusBefundungEpulis407; $test_values["findings__epulis__teeth_408"] = (string) $dental->cParodontalstatusBefundungEpulis408; $test_values["findings__epulis__teeth_409"] = (string) $dental->cParodontalstatusBefundungEpulis409; $test_values["findings__epulis__teeth_410"] = (string) $dental->cParodontalstatusBefundungEpulis410; $test_values["findings__gingival_hyperplasia__teeth_101"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie101; $test_values["findings__gingival_hyperplasia__teeth_102"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie102; $test_values["findings__gingival_hyperplasia__teeth_103"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie103; $test_values["findings__gingival_hyperplasia__teeth_104"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie104; $test_values["findings__gingival_hyperplasia__teeth_105"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie105; $test_values["findings__gingival_hyperplasia__teeth_106"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie106; $test_values["findings__gingival_hyperplasia__teeth_107"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie107; $test_values["findings__gingival_hyperplasia__teeth_108"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie108; $test_values["findings__gingival_hyperplasia__teeth_109"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie109; $test_values["findings__gingival_hyperplasia__teeth_110"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie110; $test_values["findings__gingival_hyperplasia__teeth_201"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie201; $test_values["findings__gingival_hyperplasia__teeth_202"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie202; $test_values["findings__gingival_hyperplasia__teeth_203"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie203; $test_values["findings__gingival_hyperplasia__teeth_204"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie204; $test_values["findings__gingival_hyperplasia__teeth_205"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie205; $test_values["findings__gingival_hyperplasia__teeth_206"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie206; $test_values["findings__gingival_hyperplasia__teeth_207"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie207; $test_values["findings__gingival_hyperplasia__teeth_208"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie208; $test_values["findings__gingival_hyperplasia__teeth_209"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie209; $test_values["findings__gingival_hyperplasia__teeth_210"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie210; $test_values["findings__gingival_hyperplasia__teeth_301"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie301; $test_values["findings__gingival_hyperplasia__teeth_302"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie302; $test_values["findings__gingival_hyperplasia__teeth_303"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie303; $test_values["findings__gingival_hyperplasia__teeth_304"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie304; $test_values["findings__gingival_hyperplasia__teeth_305"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie305; $test_values["findings__gingival_hyperplasia__teeth_306"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie306; $test_values["findings__gingival_hyperplasia__teeth_307"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie307; $test_values["findings__gingival_hyperplasia__teeth_308"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie308; $test_values["findings__gingival_hyperplasia__teeth_309"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie309; $test_values["findings__gingival_hyperplasia__teeth_310"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie310; $test_values["findings__gingival_hyperplasia__teeth_401"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie401; $test_values["findings__gingival_hyperplasia__teeth_402"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie402; $test_values["findings__gingival_hyperplasia__teeth_403"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie403; $test_values["findings__gingival_hyperplasia__teeth_404"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie404; $test_values["findings__gingival_hyperplasia__teeth_405"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie405; $test_values["findings__gingival_hyperplasia__teeth_406"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie406; $test_values["findings__gingival_hyperplasia__teeth_407"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie407; $test_values["findings__gingival_hyperplasia__teeth_408"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie408; $test_values["findings__gingival_hyperplasia__teeth_409"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie409; $test_values["findings__gingival_hyperplasia__teeth_410"] = (string) $dental->cParodontalstatusBefundungGingivahyperplasie410; $test_values["findings__plaque__teeth_101"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex101; $test_values["findings__plaque__teeth_102"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex102; $test_values["findings__plaque__teeth_103"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex103; $test_values["findings__plaque__teeth_104"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex104; $test_values["findings__plaque__teeth_105"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex105; $test_values["findings__plaque__teeth_106"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex106; $test_values["findings__plaque__teeth_107"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex107; $test_values["findings__plaque__teeth_108"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex108; $test_values["findings__plaque__teeth_109"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex109; $test_values["findings__plaque__teeth_110"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex110; $test_values["findings__plaque__teeth_201"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex201; $test_values["findings__plaque__teeth_202"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex202; $test_values["findings__plaque__teeth_203"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex203; $test_values["findings__plaque__teeth_204"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex204; $test_values["findings__plaque__teeth_205"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex205; $test_values["findings__plaque__teeth_206"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex206; $test_values["findings__plaque__teeth_207"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex207; $test_values["findings__plaque__teeth_208"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex208; $test_values["findings__plaque__teeth_209"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex209; $test_values["findings__plaque__teeth_210"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex210; $test_values["findings__plaque__teeth_301"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex301; $test_values["findings__plaque__teeth_302"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex302; $test_values["findings__plaque__teeth_303"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex303; $test_values["findings__plaque__teeth_304"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex304; $test_values["findings__plaque__teeth_305"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex305; $test_values["findings__plaque__teeth_306"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex306; $test_values["findings__plaque__teeth_307"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex307; $test_values["findings__plaque__teeth_308"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex308; $test_values["findings__plaque__teeth_309"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex309; $test_values["findings__plaque__teeth_310"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex310; $test_values["findings__plaque__teeth_401"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex401; $test_values["findings__plaque__teeth_402"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex402; $test_values["findings__plaque__teeth_403"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex403; $test_values["findings__plaque__teeth_404"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex404; $test_values["findings__plaque__teeth_405"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex405; $test_values["findings__plaque__teeth_406"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex406; $test_values["findings__plaque__teeth_407"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex407; $test_values["findings__plaque__teeth_408"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex408; $test_values["findings__plaque__teeth_409"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex409; $test_values["findings__plaque__teeth_410"] = (string) $dental->nParodontalstatusBefundungPlaqueIndex410; $test_values["findings__furcation_infestation__teeth_101"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall101; $test_values["findings__furcation_infestation__teeth_102"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall102; $test_values["findings__furcation_infestation__teeth_103"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall103; $test_values["findings__furcation_infestation__teeth_104"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall104; $test_values["findings__furcation_infestation__teeth_105"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall105; $test_values["findings__furcation_infestation__teeth_106"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall106; $test_values["findings__furcation_infestation__teeth_107"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall107; $test_values["findings__furcation_infestation__teeth_108"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall108; $test_values["findings__furcation_infestation__teeth_109"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall109; $test_values["findings__furcation_infestation__teeth_110"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall110; $test_values["findings__furcation_infestation__teeth_201"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall201; $test_values["findings__furcation_infestation__teeth_202"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall202; $test_values["findings__furcation_infestation__teeth_203"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall203; $test_values["findings__furcation_infestation__teeth_204"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall204; $test_values["findings__furcation_infestation__teeth_205"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall205; $test_values["findings__furcation_infestation__teeth_206"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall206; $test_values["findings__furcation_infestation__teeth_207"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall207; $test_values["findings__furcation_infestation__teeth_208"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall208; $test_values["findings__furcation_infestation__teeth_209"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall209; $test_values["findings__furcation_infestation__teeth_210"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall210; $test_values["findings__furcation_infestation__teeth_301"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall301; $test_values["findings__furcation_infestation__teeth_302"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall302; $test_values["findings__furcation_infestation__teeth_303"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall303; $test_values["findings__furcation_infestation__teeth_304"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall304; $test_values["findings__furcation_infestation__teeth_305"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall305; $test_values["findings__furcation_infestation__teeth_306"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall306; $test_values["findings__furcation_infestation__teeth_307"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall307; $test_values["findings__furcation_infestation__teeth_308"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall308; $test_values["findings__furcation_infestation__teeth_309"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall309; $test_values["findings__furcation_infestation__teeth_310"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall310; $test_values["findings__furcation_infestation__teeth_401"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall401; $test_values["findings__furcation_infestation__teeth_402"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall402; $test_values["findings__furcation_infestation__teeth_403"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall403; $test_values["findings__furcation_infestation__teeth_404"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall404; $test_values["findings__furcation_infestation__teeth_405"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall405; $test_values["findings__furcation_infestation__teeth_406"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall406; $test_values["findings__furcation_infestation__teeth_407"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall407; $test_values["findings__furcation_infestation__teeth_408"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall408; $test_values["findings__furcation_infestation__teeth_409"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall409; $test_values["findings__furcation_infestation__teeth_410"] = (string) $dental->nParodontalstatusBefundungFurkationsbefall410; $test_values["findings__gingivitis__teeth_101"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex101; $test_values["findings__gingivitis__teeth_102"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex102; $test_values["findings__gingivitis__teeth_103"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex103; $test_values["findings__gingivitis__teeth_104"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex104; $test_values["findings__gingivitis__teeth_105"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex105; $test_values["findings__gingivitis__teeth_106"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex106; $test_values["findings__gingivitis__teeth_107"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex107; $test_values["findings__gingivitis__teeth_108"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex108; $test_values["findings__gingivitis__teeth_109"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex109; $test_values["findings__gingivitis__teeth_110"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex110; $test_values["findings__gingivitis__teeth_201"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex201; $test_values["findings__gingivitis__teeth_202"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex202; $test_values["findings__gingivitis__teeth_203"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex203; $test_values["findings__gingivitis__teeth_204"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex204; $test_values["findings__gingivitis__teeth_205"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex205; $test_values["findings__gingivitis__teeth_206"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex206; $test_values["findings__gingivitis__teeth_207"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex207; $test_values["findings__gingivitis__teeth_208"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex208; $test_values["findings__gingivitis__teeth_209"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex209; $test_values["findings__gingivitis__teeth_210"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex210; $test_values["findings__gingivitis__teeth_301"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex301; $test_values["findings__gingivitis__teeth_302"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex302; $test_values["findings__gingivitis__teeth_303"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex303; $test_values["findings__gingivitis__teeth_304"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex304; $test_values["findings__gingivitis__teeth_305"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex305; $test_values["findings__gingivitis__teeth_306"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex306; $test_values["findings__gingivitis__teeth_307"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex307; $test_values["findings__gingivitis__teeth_308"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex308; $test_values["findings__gingivitis__teeth_309"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex309; $test_values["findings__gingivitis__teeth_310"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex310; $test_values["findings__gingivitis__teeth_401"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex401; $test_values["findings__gingivitis__teeth_402"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex402; $test_values["findings__gingivitis__teeth_403"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex403; $test_values["findings__gingivitis__teeth_404"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex404; $test_values["findings__gingivitis__teeth_405"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex405; $test_values["findings__gingivitis__teeth_406"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex406; $test_values["findings__gingivitis__teeth_407"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex407; $test_values["findings__gingivitis__teeth_408"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex408; $test_values["findings__gingivitis__teeth_409"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex409; $test_values["findings__gingivitis__teeth_410"] = (string) $dental->nParodontalstatusBefundungGingivitisIndex410; $test_values["findings__tartar__teeth_101"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex101; $test_values["findings__tartar__teeth_102"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex102; $test_values["findings__tartar__teeth_103"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex103; $test_values["findings__tartar__teeth_104"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex104; $test_values["findings__tartar__teeth_105"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex105; $test_values["findings__tartar__teeth_106"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex106; $test_values["findings__tartar__teeth_107"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex107; $test_values["findings__tartar__teeth_108"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex108; $test_values["findings__tartar__teeth_109"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex109; $test_values["findings__tartar__teeth_110"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex110; $test_values["findings__tartar__teeth_201"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex201; $test_values["findings__tartar__teeth_202"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex202; $test_values["findings__tartar__teeth_203"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex203; $test_values["findings__tartar__teeth_204"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex204; $test_values["findings__tartar__teeth_205"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex205; $test_values["findings__tartar__teeth_206"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex206; $test_values["findings__tartar__teeth_207"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex207; $test_values["findings__tartar__teeth_208"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex208; $test_values["findings__tartar__teeth_209"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex209; $test_values["findings__tartar__teeth_210"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex210; $test_values["findings__tartar__teeth_301"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex301; $test_values["findings__tartar__teeth_302"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex302; $test_values["findings__tartar__teeth_303"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex303; $test_values["findings__tartar__teeth_304"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex304; $test_values["findings__tartar__teeth_305"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex305; $test_values["findings__tartar__teeth_306"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex306; $test_values["findings__tartar__teeth_307"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex307; $test_values["findings__tartar__teeth_308"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex308; $test_values["findings__tartar__teeth_309"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex309; $test_values["findings__tartar__teeth_310"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex310; $test_values["findings__tartar__teeth_401"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex401; $test_values["findings__tartar__teeth_402"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex402; $test_values["findings__tartar__teeth_403"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex403; $test_values["findings__tartar__teeth_404"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex404; $test_values["findings__tartar__teeth_405"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex405; $test_values["findings__tartar__teeth_406"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex406; $test_values["findings__tartar__teeth_407"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex407; $test_values["findings__tartar__teeth_408"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex408; $test_values["findings__tartar__teeth_409"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex409; $test_values["findings__tartar__teeth_410"] = (string) $dental->nParodontalstatusBefundungZahnsteinIndex410; $test_values["findings__tooth_mobile__teeth_101"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex101; $test_values["findings__tooth_mobile__teeth_102"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex102; $test_values["findings__tooth_mobile__teeth_103"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex103; $test_values["findings__tooth_mobile__teeth_104"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex104; $test_values["findings__tooth_mobile__teeth_105"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex105; $test_values["findings__tooth_mobile__teeth_106"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex106; $test_values["findings__tooth_mobile__teeth_107"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex107; $test_values["findings__tooth_mobile__teeth_108"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex108; $test_values["findings__tooth_mobile__teeth_109"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex109; $test_values["findings__tooth_mobile__teeth_110"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex110; $test_values["findings__tooth_mobile__teeth_201"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex201; $test_values["findings__tooth_mobile__teeth_202"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex202; $test_values["findings__tooth_mobile__teeth_203"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex203; $test_values["findings__tooth_mobile__teeth_204"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex204; $test_values["findings__tooth_mobile__teeth_205"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex205; $test_values["findings__tooth_mobile__teeth_206"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex206; $test_values["findings__tooth_mobile__teeth_207"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex207; $test_values["findings__tooth_mobile__teeth_208"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex208; $test_values["findings__tooth_mobile__teeth_209"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex209; $test_values["findings__tooth_mobile__teeth_210"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex210; $test_values["findings__tooth_mobile__teeth_301"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex301; $test_values["findings__tooth_mobile__teeth_302"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex302; $test_values["findings__tooth_mobile__teeth_303"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex303; $test_values["findings__tooth_mobile__teeth_304"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex304; $test_values["findings__tooth_mobile__teeth_305"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex305; $test_values["findings__tooth_mobile__teeth_306"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex306; $test_values["findings__tooth_mobile__teeth_307"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex307; $test_values["findings__tooth_mobile__teeth_308"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex308; $test_values["findings__tooth_mobile__teeth_309"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex309; $test_values["findings__tooth_mobile__teeth_310"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex310; $test_values["findings__tooth_mobile__teeth_401"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex401; $test_values["findings__tooth_mobile__teeth_402"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex402; $test_values["findings__tooth_mobile__teeth_403"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex403; $test_values["findings__tooth_mobile__teeth_404"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex404; $test_values["findings__tooth_mobile__teeth_405"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex405; $test_values["findings__tooth_mobile__teeth_406"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex406; $test_values["findings__tooth_mobile__teeth_407"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex407; $test_values["findings__tooth_mobile__teeth_408"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex408; $test_values["findings__tooth_mobile__teeth_409"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex409; $test_values["findings__tooth_mobile__teeth_410"] = (string) $dental->nParodontalstatusBefundungMobilitaetsIndex410; $test_values["findings_paradontal__treated__teeth_101"] = (string) $dental->cParodontalstatusBefundungBehandelt101; $test_values["findings_paradontal__treated__teeth_102"] = (string) $dental->cParodontalstatusBefundungBehandelt102; $test_values["findings_paradontal__treated__teeth_103"] = (string) $dental->cParodontalstatusBefundungBehandelt103; $test_values["findings_paradontal__treated__teeth_104"] = (string) $dental->cParodontalstatusBefundungBehandelt104; $test_values["findings_paradontal__treated__teeth_105"] = (string) $dental->cParodontalstatusBefundungBehandelt105; $test_values["findings_paradontal__treated__teeth_106"] = (string) $dental->cParodontalstatusBefundungBehandelt106; $test_values["findings_paradontal__treated__teeth_107"] = (string) $dental->cParodontalstatusBefundungBehandelt107; $test_values["findings_paradontal__treated__teeth_108"] = (string) $dental->cParodontalstatusBefundungBehandelt108; $test_values["findings_paradontal__treated__teeth_109"] = (string) $dental->cParodontalstatusBefundungBehandelt109; $test_values["findings_paradontal__treated__teeth_110"] = (string) $dental->cParodontalstatusBefundungBehandelt110; $test_values["findings_paradontal__treated__teeth_201"] = (string) $dental->cParodontalstatusBefundungBehandelt201; $test_values["findings_paradontal__treated__teeth_202"] = (string) $dental->cParodontalstatusBefundungBehandelt202; $test_values["findings_paradontal__treated__teeth_203"] = (string) $dental->cParodontalstatusBefundungBehandelt203; $test_values["findings_paradontal__treated__teeth_204"] = (string) $dental->cParodontalstatusBefundungBehandelt204; $test_values["findings_paradontal__treated__teeth_205"] = (string) $dental->cParodontalstatusBefundungBehandelt205; $test_values["findings_paradontal__treated__teeth_206"] = (string) $dental->cParodontalstatusBefundungBehandelt206; $test_values["findings_paradontal__treated__teeth_207"] = (string) $dental->cParodontalstatusBefundungBehandelt207; $test_values["findings_paradontal__treated__teeth_208"] = (string) $dental->cParodontalstatusBefundungBehandelt208; $test_values["findings_paradontal__treated__teeth_209"] = (string) $dental->cParodontalstatusBefundungBehandelt209; $test_values["findings_paradontal__treated__teeth_210"] = (string) $dental->cParodontalstatusBefundungBehandelt210; $test_values["findings_paradontal__treated__teeth_301"] = (string) $dental->cParodontalstatusBefundungBehandelt301; $test_values["findings_paradontal__treated__teeth_302"] = (string) $dental->cParodontalstatusBefundungBehandelt302; $test_values["findings_paradontal__treated__teeth_303"] = (string) $dental->cParodontalstatusBefundungBehandelt303; $test_values["findings_paradontal__treated__teeth_304"] = (string) $dental->cParodontalstatusBefundungBehandelt304; $test_values["findings_paradontal__treated__teeth_305"] = (string) $dental->cParodontalstatusBefundungBehandelt305; $test_values["findings_paradontal__treated__teeth_306"] = (string) $dental->cParodontalstatusBefundungBehandelt306; $test_values["findings_paradontal__treated__teeth_307"] = (string) $dental->cParodontalstatusBefundungBehandelt307; $test_values["findings_paradontal__treated__teeth_308"] = (string) $dental->cParodontalstatusBefundungBehandelt308; $test_values["findings_paradontal__treated__teeth_309"] = (string) $dental->cParodontalstatusBefundungBehandelt309; $test_values["findings_paradontal__treated__teeth_310"] = (string) $dental->cParodontalstatusBefundungBehandelt310; $test_values["findings_paradontal__treated__teeth_401"] = (string) $dental->cParodontalstatusBefundungBehandelt401; $test_values["findings_paradontal__treated__teeth_402"] = (string) $dental->cParodontalstatusBefundungBehandelt402; $test_values["findings_paradontal__treated__teeth_403"] = (string) $dental->cParodontalstatusBefundungBehandelt403; $test_values["findings_paradontal__treated__teeth_404"] = (string) $dental->cParodontalstatusBefundungBehandelt404; $test_values["findings_paradontal__treated__teeth_405"] = (string) $dental->cParodontalstatusBefundungBehandelt405; $test_values["findings_paradontal__treated__teeth_406"] = (string) $dental->cParodontalstatusBefundungBehandelt406; $test_values["findings_paradontal__treated__teeth_407"] = (string) $dental->cParodontalstatusBefundungBehandelt407; $test_values["findings_paradontal__treated__teeth_408"] = (string) $dental->cParodontalstatusBefundungBehandelt408; $test_values["findings_paradontal__treated__teeth_409"] = (string) $dental->cParodontalstatusBefundungBehandelt409; $test_values["findings_paradontal__treated__teeth_410"] = (string) $dental->cParodontalstatusBefundungBehandelt410; $test_values["findings__paradontal_follow-up_inspection__teeth_101"] = (string) $dental->cParodontalstatusBefundungNachkontrolle101; $test_values["findings__paradontal_follow-up_inspection__teeth_102"] = (string) $dental->cParodontalstatusBefundungNachkontrolle102; $test_values["findings__paradontal_follow-up_inspection__teeth_103"] = (string) $dental->cParodontalstatusBefundungNachkontrolle103; $test_values["findings__paradontal_follow-up_inspection__teeth_104"] = (string) $dental->cParodontalstatusBefundungNachkontrolle104; $test_values["findings__paradontal_follow-up_inspection__teeth_105"] = (string) $dental->cParodontalstatusBefundungNachkontrolle105; $test_values["findings__paradontal_follow-up_inspection__teeth_106"] = (string) $dental->cParodontalstatusBefundungNachkontrolle106; $test_values["findings__paradontal_follow-up_inspection__teeth_107"] = (string) $dental->cParodontalstatusBefundungNachkontrolle107; $test_values["findings__paradontal_follow-up_inspection__teeth_108"] = (string) $dental->cParodontalstatusBefundungNachkontrolle108; $test_values["findings__paradontal_follow-up_inspection__teeth_109"] = (string) $dental->cParodontalstatusBefundungNachkontrolle109; $test_values["findings__paradontal_follow-up_inspection__teeth_110"] = (string) $dental->cParodontalstatusBefundungNachkontrolle110; $test_values["findings__paradontal_follow-up_inspection__teeth_201"] = (string) $dental->cParodontalstatusBefundungNachkontrolle201; $test_values["findings__paradontal_follow-up_inspection__teeth_202"] = (string) $dental->cParodontalstatusBefundungNachkontrolle202; $test_values["findings__paradontal_follow-up_inspection__teeth_203"] = (string) $dental->cParodontalstatusBefundungNachkontrolle203; $test_values["findings__paradontal_follow-up_inspection__teeth_204"] = (string) $dental->cParodontalstatusBefundungNachkontrolle204; $test_values["findings__paradontal_follow-up_inspection__teeth_205"] = (string) $dental->cParodontalstatusBefundungNachkontrolle205; $test_values["findings__paradontal_follow-up_inspection__teeth_206"] = (string) $dental->cParodontalstatusBefundungNachkontrolle206; $test_values["findings__paradontal_follow-up_inspection__teeth_207"] = (string) $dental->cParodontalstatusBefundungNachkontrolle207; $test_values["findings__paradontal_follow-up_inspection__teeth_208"] = (string) $dental->cParodontalstatusBefundungNachkontrolle208; $test_values["findings__paradontal_follow-up_inspection__teeth_209"] = (string) $dental->cParodontalstatusBefundungNachkontrolle209; $test_values["findings__paradontal_follow-up_inspection__teeth_210"] = (string) $dental->cParodontalstatusBefundungNachkontrolle210; $test_values["findings__paradontal_follow-up_inspection__teeth_301"] = (string) $dental->cParodontalstatusBefundungNachkontrolle301; $test_values["findings__paradontal_follow-up_inspection__teeth_302"] = (string) $dental->cParodontalstatusBefundungNachkontrolle302; $test_values["findings__paradontal_follow-up_inspection__teeth_303"] = (string) $dental->cParodontalstatusBefundungNachkontrolle303; $test_values["findings__paradontal_follow-up_inspection__teeth_304"] = (string) $dental->cParodontalstatusBefundungNachkontrolle304; $test_values["findings__paradontal_follow-up_inspection__teeth_305"] = (string) $dental->cParodontalstatusBefundungNachkontrolle305; $test_values["findings__paradontal_follow-up_inspection__teeth_306"] = (string) $dental->cParodontalstatusBefundungNachkontrolle306; $test_values["findings__paradontal_follow-up_inspection__teeth_307"] = (string) $dental->cParodontalstatusBefundungNachkontrolle307; $test_values["findings__paradontal_follow-up_inspection__teeth_308"] = (string) $dental->cParodontalstatusBefundungNachkontrolle308; $test_values["findings__paradontal_follow-up_inspection__teeth_309"] = (string) $dental->cParodontalstatusBefundungNachkontrolle309; $test_values["findings__paradontal_follow-up_inspection__teeth_310"] = (string) $dental->cParodontalstatusBefundungNachkontrolle310; $test_values["findings__paradontal_follow-up_inspection__teeth_401"] = (string) $dental->cParodontalstatusBefundungNachkontrolle401; $test_values["findings__paradontal_follow-up_inspection__teeth_402"] = (string) $dental->cParodontalstatusBefundungNachkontrolle402; $test_values["findings__paradontal_follow-up_inspection__teeth_403"] = (string) $dental->cParodontalstatusBefundungNachkontrolle403; $test_values["findings__paradontal_follow-up_inspection__teeth_404"] = (string) $dental->cParodontalstatusBefundungNachkontrolle404; $test_values["findings__paradontal_follow-up_inspection__teeth_405"] = (string) $dental->cParodontalstatusBefundungNachkontrolle405; $test_values["findings__paradontal_follow-up_inspection__teeth_406"] = (string) $dental->cParodontalstatusBefundungNachkontrolle406; $test_values["findings__paradontal_follow-up_inspection__teeth_407"] = (string) $dental->cParodontalstatusBefundungNachkontrolle407; $test_values["findings__paradontal_follow-up_inspection__teeth_408"] = (string) $dental->cParodontalstatusBefundungNachkontrolle408; $test_values["findings__paradontal_follow-up_inspection__teeth_409"] = (string) $dental->cParodontalstatusBefundungNachkontrolle409; $test_values["findings__paradontal_follow-up_inspection__teeth_410"] = (string) $dental->cParodontalstatusBefundungNachkontrolle410; $test_values["findings__pocket_debth__teeth_101"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm101; $test_values["findings__pocket_debth__teeth_102"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm102; $test_values["findings__pocket_debth__teeth_103"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm103; $test_values["findings__pocket_debth__teeth_104"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm104; $test_values["findings__pocket_debth__teeth_105"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm105; $test_values["findings__pocket_debth__teeth_106"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm106; $test_values["findings__pocket_debth__teeth_107"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm107; $test_values["findings__pocket_debth__teeth_108"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm108; $test_values["findings__pocket_debth__teeth_109"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm109; $test_values["findings__pocket_debth__teeth_110"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm110; $test_values["findings__pocket_debth__teeth_201"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm201; $test_values["findings__pocket_debth__teeth_202"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm202; $test_values["findings__pocket_debth__teeth_203"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm203; $test_values["findings__pocket_debth__teeth_204"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm204; $test_values["findings__pocket_debth__teeth_205"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm205; $test_values["findings__pocket_debth__teeth_206"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm206; $test_values["findings__pocket_debth__teeth_207"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm207; $test_values["findings__pocket_debth__teeth_208"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm208; $test_values["findings__pocket_debth__teeth_209"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm209; $test_values["findings__pocket_debth__teeth_210"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm210; $test_values["findings__pocket_debth__teeth_301"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm301; $test_values["findings__pocket_debth__teeth_302"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm302; $test_values["findings__pocket_debth__teeth_303"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm303; $test_values["findings__pocket_debth__teeth_304"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm304; $test_values["findings__pocket_debth__teeth_305"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm305; $test_values["findings__pocket_debth__teeth_306"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm306; $test_values["findings__pocket_debth__teeth_307"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm307; $test_values["findings__pocket_debth__teeth_308"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm308; $test_values["findings__pocket_debth__teeth_309"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm309; $test_values["findings__pocket_debth__teeth_310"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm310; $test_values["findings__pocket_debth__teeth_401"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm401; $test_values["findings__pocket_debth__teeth_402"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm402; $test_values["findings__pocket_debth__teeth_403"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm403; $test_values["findings__pocket_debth__teeth_404"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm404; $test_values["findings__pocket_debth__teeth_405"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm405; $test_values["findings__pocket_debth__teeth_406"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm406; $test_values["findings__pocket_debth__teeth_407"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm407; $test_values["findings__pocket_debth__teeth_408"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm408; $test_values["findings__pocket_debth__teeth_409"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm409; $test_values["findings__pocket_debth__teeth_410"] = (string) $dental->nParodontalstatusBefundungTaschentiefemm410; $test_values["paradontal_status_remarks"] = (string) $dental->ptSParodontalstatusBemerkung; $analysis_text = $u_name . "\r\n\r\n"; foreach($test_values as $test_name => $test_value){ if(!empty($test_value)){ if ($test_value != "0" || $test_value != "4294967295"){ $test_name_formatted = ucfirst(str_replace("_", " ", str_replace("__", ": ", $test_name))); $test_name_formatted = str_replace("teeth", "tooth", $test_name_formatted); $analysis_text .= $test_name_formatted . ": " . $test_value . "\r\n"; } } } if (!isset($dental_refs[$u_ref])){ $dental_refs[$u_ref] = $analysis_text; } $xml->next($primEL); conversion_log_events::logContinuousEvent($log->id, $ref_sent_log->id, 'Dental references completed: ' . $count, $conn); } } conversion_log_events::logEvent($log->id,'Dental references complete ', $conn); return $dental_refs; }