Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PraxisApp
Please create a React-JS application for the PraxisModule. The application has to offer the following views for the user interface: 1. ArbeitsvertragView 2. KooperationsformView 3. PersonalrolleView 4. PraxisView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 4 views are defined below. 1. The ArbeitsvertragView must contain the following fields: - name: Beschaeftigungsart type: STRING - name: Enddatum type: DATE - name: Person type: Person - name: Personalrolle type: Personalrolle - name: Praxis type: Praxis - name: Startdatum type: DATE - name: Wochenstunden type: STRING The data source for the [Personalrolle] select control should be loaded from the relative URL: "/PraxisService/personalrolle" (HTTP-GET) The data source for the [Praxis] select control should be loaded from the relative URL: "/PraxisService/praxis" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Arbeitsvertrag entity should be loaded from the relative URL: "/PraxisService/arbeitsvertrag/{id}" (HTTP-GET) If a new Arbeitsvertrag entity has been created, the new entity should be posted to the relative URL: "/PraxisService/arbeitsvertrag" (HTTP-POST) If an existing Arbeitsvertrag entity has been updated, the modified entity should be sent to the relative URL: "/PraxisService/arbeitsvertrag/{id}" (HTTP-PUT) If an existing Arbeitsvertrag entity has to be deleted, the following relative URL should be called: "/PraxisService/arbeitsvertrag/{id}" (HTTP-DELETE) 2. The KooperationsformView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Kooperationsform entity should be loaded from the relative URL: "/PraxisService/kooperationsform/{id}" (HTTP-GET) If a new Kooperationsform entity has been created, the new entity should be posted to the relative URL: "/PraxisService/kooperationsform" (HTTP-POST) If an existing Kooperationsform entity has been updated, the modified entity should be sent to the relative URL: "/PraxisService/kooperationsform/{id}" (HTTP-PUT) If an existing Kooperationsform entity has to be deleted, the following relative URL should be called: "/PraxisService/kooperationsform/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Praxis columns: - column: Name - column: LandRegion - column: Rechtsform - column: Postleitzahl - column: Webseite - column: IstAmbulanteKlinik - column: Praxisart - column: Ort - column: Strasse - column: EmailAdresse - column: Enddatum - column: Telefonnummer - column: Kooperationsform - column: Startdatum - column: IstMobil The table should have the title "Praxiss" und the data must be loaded from the server with the following relative URL: "/PraxisService/praxis/kooperationsform/{id}" 3. The PersonalrolleView must contain the following fields: - name: Beschreibung type: STRING - name: IstMedizinisch type: BOOL - name: Name type: STRING An existing Personalrolle entity should be loaded from the relative URL: "/PraxisService/personalrolle/{id}" (HTTP-GET) If a new Personalrolle entity has been created, the new entity should be posted to the relative URL: "/PraxisService/personalrolle" (HTTP-POST) If an existing Personalrolle entity has been updated, the modified entity should be sent to the relative URL: "/PraxisService/personalrolle/{id}" (HTTP-PUT) If an existing Personalrolle entity has to be deleted, the following relative URL should be called: "/PraxisService/personalrolle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Arbeitsvertrag columns: - column: Praxis - column: Startdatum - column: Personalrolle - column: Enddatum - column: Beschaeftigungsart - column: Wochenstunden - column: Person The table should have the title "Arbeitsvertrags" und the data must be loaded from the server with the following relative URL: "/PraxisService/arbeitsvertrag/personalrolle/{id}" 4. The PraxisView must contain the following fields: - name: EmailAdresse type: STRING - name: Enddatum type: DATE - name: IstAmbulanteKlinik type: BOOL - name: IstMobil type: BOOL - name: Kooperationsform type: Kooperationsform - name: LandRegion type: LandRegion - name: Name type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Praxisart type: Praxisart - name: Rechtsform type: Rechtsform - name: Startdatum type: DATE - name: Strasse type: STRING - name: Telefonnummer type: STRING - name: Webseite type: STRING The data source for the [Rechtsform] select control should be loaded from the relative URL: "/AusstattungService/rechtsform" (HTTP-GET) The data source for the [LandRegion] select control should be loaded from the relative URL: "/LandRegionService/landregion" (HTTP-GET) The data source for the [Praxisart] select control should be loaded from the relative URL: "/MobileEinheitstypService/praxisart" (HTTP-GET) The data source for the [Kooperationsform] select control should be loaded from the relative URL: "/PraxisService/kooperationsform" (HTTP-GET) An existing Praxis entity should be loaded from the relative URL: "/PraxisService/praxis/{id}" (HTTP-GET) If a new Praxis entity has been created, the new entity should be posted to the relative URL: "/PraxisService/praxis" (HTTP-POST) If an existing Praxis entity has been updated, the modified entity should be sent to the relative URL: "/PraxisService/praxis/{id}" (HTTP-PUT) If an existing Praxis entity has to be deleted, the following relative URL should be called: "/PraxisService/praxis/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Praxisvertrag columns: - column: Kostentraeger - column: Startdatum - column: IstAktiv - column: Enddatum - column: Vertragsmodell - column: Praxis - column: Vertragsnummer The table should have the title "Praxisvertrags" und the data must be loaded from the server with the following relative URL: "/VertragsmodellService/praxisvertrag/praxis/{id}" Add a HTML table to the view with the following Arbeitsvertrag columns: - column: Praxis - column: Startdatum - column: Personalrolle - column: Enddatum - column: Beschaeftigungsart - column: Wochenstunden - column: Person The table should have the title "Arbeitsvertrags" und the data must be loaded from the server with the following relative URL: "/PraxisService/arbeitsvertrag/praxis/{id}" Add a HTML table to the view with the following Praxisausstattung columns: - column: Menge - column: Praxis - column: Ausstattung - column: IstTelematik - column: Anschaffungsdatum The table should have the title "Praxisausstattungs" und the data must be loaded from the server with the following relative URL: "/AusstattungService/praxisausstattung/praxis/{id}" Add a HTML table to the view with the following Termin columns: - column: Arzt - column: Praxis - column: DauerMinuten - column: IstTelemedizin - column: Terminzeit - column: Status - column: Patient The table should have the title "Termins" und the data must be loaded from the server with the following relative URL: "/PersonService/termin/praxis/{id}" Add a HTML table to the view with the following MobileEinheit columns: - column: IstDrogenberatung - column: IstZahneinheit - column: MobileEinheitstyp - column: Kennzeichen - column: IstObdachlosenhilfe - column: Praxis - column: Standort The table should have the title "MobileEinheits" und the data must be loaded from the server with the following relative URL: "/MobileEinheitstypService/mobileeinheit/praxis/{id}" Add a HTML table to the view with the following Behandlung columns: - column: Notizen - column: Praxis - column: Arzt - column: Termin - column: Patient - column: Behandlungsart - column: Behandlungszeit The table should have the title "Behandlungs" und the data must be loaded from the server with the following relative URL: "/PatientService/behandlung/praxis/{id}" Add a HTML table to the view with the following Abrechnungsfall columns: - column: Praxis - column: ZeitraumEnde - column: Vertragsmodell - column: Kostentraeger - column: Rechnungsnummer - column: Status - column: Abrechnungsdatum - column: Patient - column: ZeitraumStart The table should have the title "Abrechnungsfalls" und the data must be loaded from the server with the following relative URL: "/VertragsmodellService/abrechnungsfall/praxis/{id}" Add a HTML table to the view with the following Praxisraum columns: - column: FlaecheQm - column: Etage - column: Name - column: Praxis - column: Raumart The table should have the title "Praxisraums" und the data must be loaded from the server with the following relative URL: "/RaumartService/praxisraum/praxis/{id}" Add a HTML table to the view with the following PraxisSozialprojekt columns: - column: Sozialprojekt - column: Beschreibung - column: Praxis - column: Startdatum - column: Enddatum The table should have the title "PraxisSozialprojekts" und the data must be loaded from the server with the following relative URL: "/SozialprojektService/praxissozialprojekt/praxis/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum