Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


9. ZAHNARZTPRAXIS MODULE (UI prompt)



Module Entities (9)

EntityAliasModuleGlobal Schema
(1) AbrechnungAbrechnungVersicherungstraegerModuleZahnarztpraxen
(2) BehandlungsfallBehandlungsfallZahnarztpraxisModuleZahnarztpraxen
(3) KrankenversicherungstypKrankenversicherungstypZahnarztpraxisModuleZahnarztpraxen
(4) LandLandLandModuleZahnarztpraxen
(5) PatientPatientZahnarztpraxisModuleZahnarztpraxen
(6) PraxistypPraxistypPraxistypModuleZahnarztpraxen
(7) ZahnarztZahnarztZahnarztModuleZahnarztpraxen
(8) ZahnarztBeschaeftigungZahnarztBeschaeftigungBeschaeftigungstypModuleZahnarztpraxen
(9) ZahnarztpraxisZahnarztpraxisZahnarztpraxisModuleZahnarztpraxen

Module Interfaces (28)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /krankenversicherungstyp/{id}deleteKrankenversicherungstypById(id)ZahnarztpraxisModuleDELETEKrankenversicherungstyp
(2) /zahnarztpraxisinsertZahnarztpraxis(zahnarztpraxis)ZahnarztpraxisModulePOSTZahnarztpraxis
(3) /behandlungsfallinsertBehandlungsfall(behandlungsfall)ZahnarztpraxisModulePOSTBehandlungsfall
(4) /patientfindAllPatient()ZahnarztpraxisModuleGETPatient
(5) /patient/{id}deletePatientById(id)ZahnarztpraxisModuleDELETEPatient
(6) /krankenversicherungstypfindAllKrankenversicherungstyp()ZahnarztpraxisModuleGETKrankenversicherungstyp
(7) /patient/krankenversicherungstyp/{id}findAllPatientOfKrankenversicherungstyp(id)ZahnarztpraxisModuleGETKrankenversicherungstyp Patient
(8) /zahnarztpraxis/{id}updateZahnarztpraxisById(zahnarztpraxis)ZahnarztpraxisModulePUTZahnarztpraxis
(9) /behandlungsfall/{id}deleteBehandlungsfallById(id)ZahnarztpraxisModuleDELETEBehandlungsfall
(10) /behandlungsfall/zahnarztpraxis/{id}findAllBehandlungsfallOfZahnarztpraxis(id)ZahnarztpraxisModuleGETZahnarztpraxis Behandlungsfall
(11) /patientinsertPatient(patient)ZahnarztpraxisModulePOSTPatient
(12) /krankenversicherungstyp/{id}findKrankenversicherungstypById(id)ZahnarztpraxisModuleGETKrankenversicherungstyp
(13) /zahnarztpraxis/{id}findZahnarztpraxisById(id)ZahnarztpraxisModuleGETZahnarztpraxis
(14) /behandlungsfallfindAllBehandlungsfall()ZahnarztpraxisModuleGETBehandlungsfall
(15) /krankenversicherungstyp/land/{id}findAllKrankenversicherungstypOfLand(id)ZahnarztpraxisModuleGETLand Krankenversicherungstyp
(16) /behandlungsfall/patient/{id}findAllBehandlungsfallOfPatient(id)ZahnarztpraxisModuleGETPatient Behandlungsfall
(17) /patient/{id}findPatientById(id)ZahnarztpraxisModuleGETPatient
(18) /behandlungsfall/{id}findBehandlungsfallById(id)ZahnarztpraxisModuleGETBehandlungsfall
(19) /behandlungsfall/zahnarzt/{id}findAllBehandlungsfallOfZahnarzt(id)ZahnarztpraxisModuleGETZahnarzt Behandlungsfall
(20) /patient/land/{id}findAllPatientOfLand(id)ZahnarztpraxisModuleGETLand Patient
(21) /zahnarztpraxisfindAllZahnarztpraxis()ZahnarztpraxisModuleGETZahnarztpraxis
(22) /krankenversicherungstypinsertKrankenversicherungstyp(krankenversicherungstyp)ZahnarztpraxisModulePOSTKrankenversicherungstyp
(23) /krankenversicherungstyp/{id}updateKrankenversicherungstypById(krankenversicherungstyp)ZahnarztpraxisModulePUTKrankenversicherungstyp
(24) /zahnarztpraxis/land/{id}findAllZahnarztpraxisOfLand(id)ZahnarztpraxisModuleGETLand Zahnarztpraxis
(25) /behandlungsfall/{id}updateBehandlungsfallById(behandlungsfall)ZahnarztpraxisModulePUTBehandlungsfall
(26) /patient/{id}updatePatientById(patient)ZahnarztpraxisModulePUTPatient
(27) /zahnarztpraxis/{id}deleteZahnarztpraxisById(id)ZahnarztpraxisModuleDELETEZahnarztpraxis
(28) /zahnarztpraxis/praxistyp/{id}findAllZahnarztpraxisOfPraxistyp(id)ZahnarztpraxisModuleGETPraxistyp Zahnarztpraxis






9.1 BEHANDLUNGSFALL


BehandlungsfallZahnarztpraxisModuleZahnarztpraxen

Properties (7)

PropertyTypeEntityReferenceModule
(1) BeginnDATEBehandlungsfall
(2) EndeDATEBehandlungsfall
(3) IstKieferorthopaedischBOOLBehandlungsfall
(4) IstNotfallBOOLBehandlungsfall
(5) PatientLONGBehandlungsfallPatientZahnarztpraxisModule
(6) ZahnarztLONGBehandlungsfallZahnarztZahnarztModule
(7) ZahnarztpraxisLONGBehandlungsfallZahnarztpraxisZahnarztpraxisModule





9.2 KRANKENVERSICHERUNGSTYP


KrankenversicherungstypZahnarztpraxisModuleZahnarztpraxen

Properties (4)

PropertyTypeEntityReferenceModule
(1) IstGesetzlichBOOLKrankenversicherungstyp
(2) IstPrivatBOOLKrankenversicherungstyp
(3) LandLONGKrankenversicherungstypLandLandModule
(4) NameSTRINGKrankenversicherungstyp





9.3 PATIENT


PatientZahnarztpraxisModuleZahnarztpraxen

Properties (5)

PropertyTypeEntityReferenceModule
(1) GeburtsdatumDATEPatient
(2) KrankenversicherungstypLONGPatientKrankenversicherungstypZahnarztpraxisModule
(3) LandLONGPatientLandLandModule
(4) NachnameSTRINGPatient
(5) VornameSTRINGPatient





9.4 ZAHNARZTPRAXIS


ZahnarztpraxisZahnarztpraxisModuleZahnarztpraxen

Properties (6)

PropertyTypeEntityReferenceModule
(1) EigentuemerZahnarztLONGZahnarztpraxis
(2) IstMedizinischesVersorgungszentrumBOOLZahnarztpraxis
(3) LandLONGZahnarztpraxisLandLandModule
(4) NameSTRINGZahnarztpraxis
(5) PraxistypLONGZahnarztpraxisPraxistypPraxistypModule
(6) StadtSTRINGZahnarztpraxis





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum