Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PraxisView
Please create a React-JS view called "PraxisView" for the fields of the Praxis entity. 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