Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


6. ARZT MODULE (UI prompt)



Module Entities (4)

EntityAliasModuleGlobal Schema
(1) ArztArztArztModuleApothekeAmDorfplatz
(2) HausapothekeHausapothekeArztModuleApothekeAmDorfplatz
(3) LandLandLandModuleApothekeAmDorfplatz
(4) RezeptRezeptKundeModuleApothekeAmDorfplatz

Module Interfaces (13)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /hausapotheke/{id}updateHausapothekeById(hausapotheke)ArztModulePUTHausapotheke
(2) /arztinsertArzt(arzt)ArztModulePOSTArzt
(3) /hausapothekefindAllHausapotheke()ArztModuleGETHausapotheke
(4) /arzt/{id}updateArztById(arzt)ArztModulePUTArzt
(5) /arzt/{id}findArztById(id)ArztModuleGETArzt
(6) /hausapotheke/arzt/{id}findAllHausapothekeOfArzt(id)ArztModuleGETArzt Hausapotheke
(7) /hausapotheke/{id}deleteHausapothekeById(id)ArztModuleDELETEHausapotheke
(8) /arzt/land/{id}findAllArztOfLand(id)ArztModuleGETLand Arzt
(9) /arztfindAllArzt()ArztModuleGETArzt
(10) /hausapothekeinsertHausapotheke(hausapotheke)ArztModulePOSTHausapotheke
(11) /hausapotheke/land/{id}findAllHausapothekeOfLand(id)ArztModuleGETLand Hausapotheke
(12) /arzt/{id}deleteArztById(id)ArztModuleDELETEArzt
(13) /hausapotheke/{id}findHausapothekeById(id)ArztModuleGETHausapotheke






6.1 ARZT


ArztArztModuleApothekeAmDorfplatz

Properties (4)

PropertyTypeEntityReferenceModule
(1) FachrichtungSTRINGArzt
(2) LandLONGArztLandLandModule
(3) NachnameSTRINGArzt
(4) VornameSTRINGArzt





6.2 HAUSAPOTHEKE


HausapothekeArztModuleApothekeAmDorfplatz

Properties (5)

PropertyTypeEntityReferenceModule
(1) ArztLONGHausapothekeArztArztModule
(2) LandLONGHausapothekeLandLandModule
(3) OrtSTRINGHausapotheke
(4) TierarztFlagBOOLHausapotheke
(5) TypSTRINGHausapotheke





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum