Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
1. AusstattungModule - API (17)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/leistungskategorie
findAllLeistungsKategorie()
AusstattungModule
GET
LeistungsKategorie
(2)
/ausstattungzuordnung/{id}
deleteAusstattungZuordnungById(id)
AusstattungModule
DELETE
AusstattungZuordnung
(3)
/leistungskategorie/{id}
updateLeistungsKategorieById(leistungskategorie)
AusstattungModule
PUT
LeistungsKategorie
(4)
/ausstattung/{id}
deleteAusstattungById(id)
AusstattungModule
DELETE
Ausstattung
(5)
/ausstattungzuordnung
insertAusstattungZuordnung(ausstattungzuordnung)
AusstattungModule
POST
AusstattungZuordnung
(6)
/ausstattungzuordnung/{id}
findAusstattungZuordnungById(id)
AusstattungModule
GET
AusstattungZuordnung
(7)
/ausstattung
findAllAusstattung()
AusstattungModule
GET
Ausstattung
(8)
/leistungskategorie/{id}
findLeistungsKategorieById(id)
AusstattungModule
GET
LeistungsKategorie
(9)
/ausstattung/{id}
updateAusstattungById(ausstattung)
AusstattungModule
PUT
Ausstattung
(10)
/ausstattungzuordnung/ausstattung/{id}
findAllAusstattungZuordnungOfAusstattung(id)
AusstattungModule
GET
Ausstattung
AusstattungZuordnung
(11)
/leistungskategorie
insertLeistungsKategorie(leistungskategorie)
AusstattungModule
POST
LeistungsKategorie
(12)
/ausstattungzuordnung/raum/{id}
findAllAusstattungZuordnungOfRaum(id)
AusstattungModule
GET
Raum
AusstattungZuordnung
(13)
/ausstattung
insertAusstattung(ausstattung)
AusstattungModule
POST
Ausstattung
(14)
/ausstattungzuordnung
findAllAusstattungZuordnung()
AusstattungModule
GET
AusstattungZuordnung
(15)
/ausstattungzuordnung/{id}
updateAusstattungZuordnungById(ausstattungzuordnung)
AusstattungModule
PUT
AusstattungZuordnung
(16)
/ausstattung/{id}
findAusstattungById(id)
AusstattungModule
GET
Ausstattung
(17)
/leistungskategorie/{id}
deleteLeistungsKategorieById(id)
AusstattungModule
DELETE
LeistungsKategorie
2. DiagnoseModule - API (25)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/patientdiagnose/{id}
findPatientDiagnoseById(id)
DiagnoseModule
GET
PatientDiagnose
(2)
/kontaktanfrage/{id}
findKontaktAnfrageById(id)
DiagnoseModule
GET
KontaktAnfrage
(3)
/kontaktanfrage
insertKontaktAnfrage(kontaktanfrage)
DiagnoseModule
POST
KontaktAnfrage
(4)
/diagnose/{id}
deleteDiagnoseById(id)
DiagnoseModule
DELETE
Diagnose
(5)
/kontaktanfrage
findAllKontaktAnfrage()
DiagnoseModule
GET
KontaktAnfrage
(6)
/patientdokument/patient/{id}
findAllPatientDokumentOfPatient(id)
DiagnoseModule
GET
Patient
PatientDokument
(7)
/diagnose
insertDiagnose(diagnose)
DiagnoseModule
POST
Diagnose
(8)
/patientdiagnose/diagnose/{id}
findAllPatientDiagnoseOfDiagnose(id)
DiagnoseModule
GET
Diagnose
PatientDiagnose
(9)
/kontaktanfrage/patient/{id}
findAllKontaktAnfrageOfPatient(id)
DiagnoseModule
GET
Patient
KontaktAnfrage
(10)
/patientdokument
findAllPatientDokument()
DiagnoseModule
GET
PatientDokument
(11)
/patientdiagnose/{id}
updatePatientDiagnoseById(patientdiagnose)
DiagnoseModule
PUT
PatientDiagnose
(12)
/patientdiagnose/patient/{id}
findAllPatientDiagnoseOfPatient(id)
DiagnoseModule
GET
Patient
PatientDiagnose
(13)
/diagnose
findAllDiagnose()
DiagnoseModule
GET
Diagnose
(14)
/patientdiagnose/diagnosedam/{id}
findAllPatientDiagnoseOfDiagnosedAm(id)
DiagnoseModule
GET
Diagnose
PatientDiagnose
(15)
/diagnose/{id}
findDiagnoseById(id)
DiagnoseModule
GET
Diagnose
(16)
/patientdokument
insertPatientDokument(patientdokument)
DiagnoseModule
POST
PatientDokument
(17)
/patientdokument/{id}
findPatientDokumentById(id)
DiagnoseModule
GET
PatientDokument
(18)
/kontaktanfrage/{id}
updateKontaktAnfrageById(kontaktanfrage)
DiagnoseModule
PUT
KontaktAnfrage
(19)
/patientdokument/{id}
updatePatientDokumentById(patientdokument)
DiagnoseModule
PUT
PatientDokument
(20)
/patientdiagnose
insertPatientDiagnose(patientdiagnose)
DiagnoseModule
POST
PatientDiagnose
(21)
/patientdokument/{id}
deletePatientDokumentById(id)
DiagnoseModule
DELETE
PatientDokument
(22)
/kontaktanfrage/{id}
deleteKontaktAnfrageById(id)
DiagnoseModule
DELETE
KontaktAnfrage
(23)
/diagnose/{id}
updateDiagnoseById(diagnose)
DiagnoseModule
PUT
Diagnose
(24)
/patientdiagnose
findAllPatientDiagnose()
DiagnoseModule
GET
PatientDiagnose
(25)
/patientdiagnose/{id}
deletePatientDiagnoseById(id)
DiagnoseModule
DELETE
PatientDiagnose
3. LeistungModule - API (22)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/behandlungssitzungdiagnose/behandlungssitzung/{id}
findAllBehandlungsSitzungDiagnoseOfBehandlungsSitzung(id)
LeistungModule
GET
BehandlungsSitzung
BehandlungsSitzungDiagnose
(2)
/behandlungssitzungdiagnose
insertBehandlungsSitzungDiagnose(behandlungssitzungdiagnose)
LeistungModule
POST
BehandlungsSitzungDiagnose
(3)
/behandlungssitzungdiagnose/diagnose/{id}
findAllBehandlungsSitzungDiagnoseOfDiagnose(id)
LeistungModule
GET
Diagnose
BehandlungsSitzungDiagnose
(4)
/leistung
insertLeistung(leistung)
LeistungModule
POST
Leistung
(5)
/behandlungssitzung/mitarbeiter/{id}
findAllBehandlungsSitzungOfMitarbeiter(id)
LeistungModule
GET
Mitarbeiter
BehandlungsSitzung
(6)
/behandlungssitzung/{id}
findBehandlungsSitzungById(id)
LeistungModule
GET
BehandlungsSitzung
(7)
/behandlungssitzung
findAllBehandlungsSitzung()
LeistungModule
GET
BehandlungsSitzung
(8)
/behandlungssitzungdiagnose/{id}
deleteBehandlungsSitzungDiagnoseById(id)
LeistungModule
DELETE
BehandlungsSitzungDiagnose
(9)
/behandlungssitzung/leistung/{id}
findAllBehandlungsSitzungOfLeistung(id)
LeistungModule
GET
Leistung
BehandlungsSitzung
(10)
/behandlungssitzungdiagnose
findAllBehandlungsSitzungDiagnose()
LeistungModule
GET
BehandlungsSitzungDiagnose
(11)
/leistung/leistungskategorie/{id}
findAllLeistungOfLeistungsKategorie(id)
LeistungModule
GET
LeistungsKategorie
Leistung
(12)
/behandlungssitzung/patient/{id}
findAllBehandlungsSitzungOfPatient(id)
LeistungModule
GET
Patient
BehandlungsSitzung
(13)
/leistung/{id}
updateLeistungById(leistung)
LeistungModule
PUT
Leistung
(14)
/behandlungssitzungdiagnose/{id}
findBehandlungsSitzungDiagnoseById(id)
LeistungModule
GET
BehandlungsSitzungDiagnose
(15)
/behandlungssitzungdiagnose/{id}
updateBehandlungsSitzungDiagnoseById(behandlungssitzungdiagnose)
LeistungModule
PUT
BehandlungsSitzungDiagnose
(16)
/leistung/{id}
findLeistungById(id)
LeistungModule
GET
Leistung
(17)
/leistung/{id}
deleteLeistungById(id)
LeistungModule
DELETE
Leistung
(18)
/behandlungssitzung/{id}
deleteBehandlungsSitzungById(id)
LeistungModule
DELETE
BehandlungsSitzung
(19)
/behandlungssitzung
insertBehandlungsSitzung(behandlungssitzung)
LeistungModule
POST
BehandlungsSitzung
(20)
/behandlungssitzung/{id}
updateBehandlungsSitzungById(behandlungssitzung)
LeistungModule
PUT
BehandlungsSitzung
(21)
/leistung
findAllLeistung()
LeistungModule
GET
Leistung
(22)
/behandlungssitzung/termin/{id}
findAllBehandlungsSitzungOfTermin(id)
LeistungModule
GET
Termin
BehandlungsSitzung
4. MitarbeiterModule - API (18)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/mitarbeiter/{id}
findMitarbeiterById(id)
MitarbeiterModule
GET
Mitarbeiter
(2)
/presseartikelautor
findAllPresseArtikelAutor()
MitarbeiterModule
GET
PresseArtikelAutor
(3)
/presseartikel/{id}
deletePresseArtikelById(id)
MitarbeiterModule
DELETE
PresseArtikel
(4)
/presseartikelautor/mitarbeiter/{id}
findAllPresseArtikelAutorOfMitarbeiter(id)
MitarbeiterModule
GET
Mitarbeiter
PresseArtikelAutor
(5)
/presseartikelautor/{id}
updatePresseArtikelAutorById(presseartikelautor)
MitarbeiterModule
PUT
PresseArtikelAutor
(6)
/presseartikel/{id}
findPresseArtikelById(id)
MitarbeiterModule
GET
PresseArtikel
(7)
/presseartikelautor
insertPresseArtikelAutor(presseartikelautor)
MitarbeiterModule
POST
PresseArtikelAutor
(8)
/mitarbeiter/{id}
deleteMitarbeiterById(id)
MitarbeiterModule
DELETE
Mitarbeiter
(9)
/presseartikel/{id}
updatePresseArtikelById(presseartikel)
MitarbeiterModule
PUT
PresseArtikel
(10)
/mitarbeiter/praxisstandort/{id}
findAllMitarbeiterOfPraxisStandort(id)
MitarbeiterModule
GET
PraxisStandort
Mitarbeiter
(11)
/presseartikelautor/{id}
deletePresseArtikelAutorById(id)
MitarbeiterModule
DELETE
PresseArtikelAutor
(12)
/mitarbeiter
findAllMitarbeiter()
MitarbeiterModule
GET
Mitarbeiter
(13)
/presseartikelautor/{id}
findPresseArtikelAutorById(id)
MitarbeiterModule
GET
PresseArtikelAutor
(14)
/presseartikel
findAllPresseArtikel()
MitarbeiterModule
GET
PresseArtikel
(15)
/mitarbeiter
insertMitarbeiter(mitarbeiter)
MitarbeiterModule
POST
Mitarbeiter
(16)
/presseartikelautor/presseartikel/{id}
findAllPresseArtikelAutorOfPresseArtikel(id)
MitarbeiterModule
GET
PresseArtikel
PresseArtikelAutor
(17)
/mitarbeiter/{id}
updateMitarbeiterById(mitarbeiter)
MitarbeiterModule
PUT
Mitarbeiter
(18)
/presseartikel
insertPresseArtikel(presseartikel)
MitarbeiterModule
POST
PresseArtikel
5. PatientModule - API (17)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/patient/{id}
updatePatientById(patient)
PatientModule
PUT
Patient
(2)
/rezept
findAllRezept()
PatientModule
GET
Rezept
(3)
/rezept/{id}
deleteRezeptById(id)
PatientModule
DELETE
Rezept
(4)
/patient
findAllPatient()
PatientModule
GET
Patient
(5)
/versicherung/{id}
findVersicherungById(id)
PatientModule
GET
Versicherung
(6)
/rezept/{id}
updateRezeptById(rezept)
PatientModule
PUT
Rezept
(7)
/patient/{id}
findPatientById(id)
PatientModule
GET
Patient
(8)
/versicherung
insertVersicherung(versicherung)
PatientModule
POST
Versicherung
(9)
/patient/{id}
deletePatientById(id)
PatientModule
DELETE
Patient
(10)
/versicherung
findAllVersicherung()
PatientModule
GET
Versicherung
(11)
/rezept
insertRezept(rezept)
PatientModule
POST
Rezept
(12)
/rezept/patient/{id}
findAllRezeptOfPatient(id)
PatientModule
GET
Patient
Rezept
(13)
/rezept/{id}
findRezeptById(id)
PatientModule
GET
Rezept
(14)
/patient/versicherung/{id}
findAllPatientOfVersicherung(id)
PatientModule
GET
Versicherung
Patient
(15)
/versicherung/{id}
updateVersicherungById(versicherung)
PatientModule
PUT
Versicherung
(16)
/versicherung/{id}
deleteVersicherungById(id)
PatientModule
DELETE
Versicherung
(17)
/patient
insertPatient(patient)
PatientModule
POST
Patient
6. PraxisStandortModule - API (26)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/raum/{id}
findRaumById(id)
PraxisStandortModule
GET
Raum
(2)
/raum
insertRaum(raum)
PraxisStandortModule
POST
Raum
(3)
/raum/{id}
updateRaumById(raum)
PraxisStandortModule
PUT
Raum
(4)
/termin
findAllTermin()
PraxisStandortModule
GET
Termin
(5)
/termin/{id}
findTerminById(id)
PraxisStandortModule
GET
Termin
(6)
/benutzerkonto
findAllBenutzerKonto()
PraxisStandortModule
GET
BenutzerKonto
(7)
/benutzerkonto/{id}
updateBenutzerKontoById(benutzerkonto)
PraxisStandortModule
PUT
BenutzerKonto
(8)
/praxisstandort
findAllPraxisStandort()
PraxisStandortModule
GET
PraxisStandort
(9)
/termin/raum/{id}
findAllTerminOfRaum(id)
PraxisStandortModule
GET
Raum
Termin
(10)
/termin/{id}
deleteTerminById(id)
PraxisStandortModule
DELETE
Termin
(11)
/termin/praxisstandort/{id}
findAllTerminOfPraxisStandort(id)
PraxisStandortModule
GET
PraxisStandort
Termin
(12)
/termin/patient/{id}
findAllTerminOfPatient(id)
PraxisStandortModule
GET
Patient
Termin
(13)
/praxisstandort
insertPraxisStandort(praxisstandort)
PraxisStandortModule
POST
PraxisStandort
(14)
/raum
findAllRaum()
PraxisStandortModule
GET
Raum
(15)
/termin/mitarbeiter/{id}
findAllTerminOfMitarbeiter(id)
PraxisStandortModule
GET
Mitarbeiter
Termin
(16)
/praxisstandort/{id}
deletePraxisStandortById(id)
PraxisStandortModule
DELETE
PraxisStandort
(17)
/benutzerkonto/patient/{id}
findAllBenutzerKontoOfPatient(id)
PraxisStandortModule
GET
Patient
BenutzerKonto
(18)
/benutzerkonto/{id}
deleteBenutzerKontoById(id)
PraxisStandortModule
DELETE
BenutzerKonto
(19)
/praxisstandort/{id}
updatePraxisStandortById(praxisstandort)
PraxisStandortModule
PUT
PraxisStandort
(20)
/termin
insertTermin(termin)
PraxisStandortModule
POST
Termin
(21)
/raum/praxisstandort/{id}
findAllRaumOfPraxisStandort(id)
PraxisStandortModule
GET
PraxisStandort
Raum
(22)
/benutzerkonto
insertBenutzerKonto(benutzerkonto)
PraxisStandortModule
POST
BenutzerKonto
(23)
/benutzerkonto/{id}
findBenutzerKontoById(id)
PraxisStandortModule
GET
BenutzerKonto
(24)
/raum/{id}
deleteRaumById(id)
PraxisStandortModule
DELETE
Raum
(25)
/praxisstandort/{id}
findPraxisStandortById(id)
PraxisStandortModule
GET
PraxisStandort
(26)
/termin/{id}
updateTerminById(termin)
PraxisStandortModule
PUT
Termin
7. RechnungModule - API (20)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/zahlung/rechnung/{id}
findAllZahlungOfRechnung(id)
RechnungModule
GET
Rechnung
Zahlung
(2)
/rechnungsposition/leistung/{id}
findAllRechnungsPositionOfLeistung(id)
RechnungModule
GET
Leistung
RechnungsPosition
(3)
/rechnung/patient/{id}
findAllRechnungOfPatient(id)
RechnungModule
GET
Patient
Rechnung
(4)
/zahlung/{id}
findZahlungById(id)
RechnungModule
GET
Zahlung
(5)
/rechnung/versicherung/{id}
findAllRechnungOfVersicherung(id)
RechnungModule
GET
Versicherung
Rechnung
(6)
/rechnungsposition
findAllRechnungsPosition()
RechnungModule
GET
RechnungsPosition
(7)
/rechnung/{id}
findRechnungById(id)
RechnungModule
GET
Rechnung
(8)
/rechnungsposition/{id}
findRechnungsPositionById(id)
RechnungModule
GET
RechnungsPosition
(9)
/rechnung
insertRechnung(rechnung)
RechnungModule
POST
Rechnung
(10)
/rechnungsposition/rechnung/{id}
findAllRechnungsPositionOfRechnung(id)
RechnungModule
GET
Rechnung
RechnungsPosition
(11)
/zahlung/{id}
deleteZahlungById(id)
RechnungModule
DELETE
Zahlung
(12)
/zahlung/{id}
updateZahlungById(zahlung)
RechnungModule
PUT
Zahlung
(13)
/rechnung/{id}
updateRechnungById(rechnung)
RechnungModule
PUT
Rechnung
(14)
/zahlung
insertZahlung(zahlung)
RechnungModule
POST
Zahlung
(15)
/rechnungsposition
insertRechnungsPosition(rechnungsposition)
RechnungModule
POST
RechnungsPosition
(16)
/zahlung
findAllZahlung()
RechnungModule
GET
Zahlung
(17)
/rechnung
findAllRechnung()
RechnungModule
GET
Rechnung
(18)
/rechnungsposition/{id}
deleteRechnungsPositionById(id)
RechnungModule
DELETE
RechnungsPosition
(19)
/rechnung/{id}
deleteRechnungById(id)
RechnungModule
DELETE
Rechnung
(20)
/rechnungsposition/{id}
updateRechnungsPositionById(rechnungsposition)
RechnungModule
PUT
RechnungsPosition
8. RechtsDokumentModule - API (19)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/auditlog/{id}
findAuditLogById(id)
RechtsDokumentModule
GET
AuditLog
(2)
/patienteinwilligung
insertPatientEinwilligung(patienteinwilligung)
RechtsDokumentModule
POST
PatientEinwilligung
(3)
/rechtsdokument/{id}
updateRechtsDokumentById(rechtsdokument)
RechtsDokumentModule
PUT
RechtsDokument
(4)
/rechtsdokument
insertRechtsDokument(rechtsdokument)
RechtsDokumentModule
POST
RechtsDokument
(5)
/patienteinwilligung/{id}
deletePatientEinwilligungById(id)
RechtsDokumentModule
DELETE
PatientEinwilligung
(6)
/auditlog/mitarbeiter/{id}
findAllAuditLogOfMitarbeiter(id)
RechtsDokumentModule
GET
Mitarbeiter
AuditLog
(7)
/auditlog/{id}
deleteAuditLogById(id)
RechtsDokumentModule
DELETE
AuditLog
(8)
/rechtsdokument
findAllRechtsDokument()
RechtsDokumentModule
GET
RechtsDokument
(9)
/patienteinwilligung/patient/{id}
findAllPatientEinwilligungOfPatient(id)
RechtsDokumentModule
GET
Patient
PatientEinwilligung
(10)
/auditlog
insertAuditLog(auditlog)
RechtsDokumentModule
POST
AuditLog
(11)
/rechtsdokument/{id}
deleteRechtsDokumentById(id)
RechtsDokumentModule
DELETE
RechtsDokument
(12)
/patienteinwilligung/rechtsdokument/{id}
findAllPatientEinwilligungOfRechtsDokument(id)
RechtsDokumentModule
GET
RechtsDokument
PatientEinwilligung
(13)
/rechtsdokument/{id}
findRechtsDokumentById(id)
RechtsDokumentModule
GET
RechtsDokument
(14)
/auditlog
findAllAuditLog()
RechtsDokumentModule
GET
AuditLog
(15)
/auditlog/{id}
updateAuditLogById(auditlog)
RechtsDokumentModule
PUT
AuditLog
(16)
/patienteinwilligung/{id}
updatePatientEinwilligungById(patienteinwilligung)
RechtsDokumentModule
PUT
PatientEinwilligung
(17)
/patienteinwilligung
findAllPatientEinwilligung()
RechtsDokumentModule
GET
PatientEinwilligung
(18)
/auditlog/patient/{id}
findAllAuditLogOfPatient(id)
RechtsDokumentModule
GET
Patient
AuditLog
(19)
/patienteinwilligung/{id}
findPatientEinwilligungById(id)
RechtsDokumentModule
GET
PatientEinwilligung
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum