Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegeheimView
Please create a React-JS view called "PflegeheimView" for the fields of the Pflegeheim entity. The PflegeheimView must contain the following fields: - name: Aktiv type: BOOL - name: Bundesland type: Bundesland - name: Heimart type: STRING - name: KurzzeitpflegePlaetze type: INT - name: NachtpflegePlaetze type: INT - name: Name type: STRING - name: Ort type: STRING - name: Pflegeheimkette type: Pflegeheimkette - name: Pflegeschwerpunkt type: STRING - name: Plz type: STRING - name: Strasse type: STRING - name: TagespflegePlaetze type: INT - name: Traeger type: Traeger - name: VollstationaerePlaetze type: INT - name: ZugelassenDurchPflegeversicherung type: BOOL The data source for the [Pflegeheimkette] select control should be loaded from the relative URL: "/PflegeheimketteService/pflegeheimkette" (HTTP-GET) The data source for the [Bundesland] select control should be loaded from the relative URL: "/BundeslandService/bundesland" (HTTP-GET) The data source for the [Traeger] select control should be loaded from the relative URL: "/TraegerService/traeger" (HTTP-GET) An existing Pflegeheim entity should be loaded from the relative URL: "/PflegeheimService/pflegeheim/{id}" (HTTP-GET) If a new Pflegeheim entity has been created, the new entity should be posted to the relative URL: "/PflegeheimService/pflegeheim" (HTTP-POST) If an existing Pflegeheim entity has been updated, the modified entity should be sent to the relative URL: "/PflegeheimService/pflegeheim/{id}" (HTTP-PUT) If an existing Pflegeheim entity has to be deleted, the following relative URL should be called: "/PflegeheimService/pflegeheim/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PflegeheimketteZuordnung columns: - column: Pflegeheimkette - column: Beginn - column: Pflegeheim - column: Ende The table should have the title "PflegeheimketteZuordnungs" und the data must be loaded from the server with the following relative URL: "/PflegegradService/pflegeheimkettezuordnung/pflegeheim/{id}" Add a HTML table to the view with the following PflegeheimketteZuordnung columns: - column: Pflegeheimkette - column: Beginn - column: Pflegeheim - column: Ende The table should have the title "PflegeheimketteZuordnungs" und the data must be loaded from the server with the following relative URL: "/PflegegradService/pflegeheimkettezuordnung/pflegeheimkette/{id}" Add a HTML table to the view with the following Bewohner columns: - column: Pflegeheim - column: Sterbedatum - column: Geburtsdatum - column: Sozialhilfetraeger - column: Pflegekasse - column: Auszugsdatum - column: AktuellerPflegestatus - column: HatAngehoerigeDieZahlen - column: Einzugsdatum - column: Geschlecht - column: Pflegegrad - column: Nachname - column: Vorname The table should have the title "Bewohners" und the data must be loaded from the server with the following relative URL: "/BewohnerService/bewohner/pflegeheim/{id}" Add a HTML table to the view with the following Versorgungsvertrag columns: - column: Pflegekassenverband - column: Versorgungsart - column: Vertragsbeginn - column: Vertragsende - column: Zugelassen - column: Pflegeheim The table should have the title "Versorgungsvertrags" und the data must be loaded from the server with the following relative URL: "/PflegegradService/versorgungsvertrag/pflegeheim/{id}" Add a HTML table to the view with the following Personal columns: - column: Qualifikation - column: Geburtsdatum - column: BeschaeftigtBis - column: Nachname - column: Fachkraft - column: Pflegeheim - column: Vorname - column: Vollzeitaequivalent - column: BeschaeftigtSeit The table should have the title "Personals" und the data must be loaded from the server with the following relative URL: "/PflegeheimService/personal/pflegeheim/{id}" Add a HTML table to the view with the following Kostenzusammensetzung columns: - column: Pflegeheim - column: GueltigBis - column: Pflegegrad - column: PflegesatzMonat - column: UnterkunftVerpflegungMonat - column: AusbildungsumlageMonat - column: DurchschnittlicherEigenanteilMonat - column: GueltigAb - column: EinheitlicherEigenanteilMonat - column: InvestitionskostenMonat The table should have the title "Kostenzusammensetzungs" und the data must be loaded from the server with the following relative URL: "/PflegeheimService/kostenzusammensetzung/pflegeheim/{id}" Add a HTML table to the view with the following Pflegeplatz columns: - column: Bereich - column: Pflegeart - column: Pflegeheim - column: Zimmernummer - column: MaxBewohner - column: Aktiv - column: IstKurzzeitpflege The table should have the title "Pflegeplatzs" und the data must be loaded from the server with the following relative URL: "/PflegeheimketteService/pflegeplatz/pflegeheim/{id}" Add a HTML table to the view with the following Belegungsnachweis columns: - column: NachtpflegePlaetze - column: KurzzeitpflegePlaetze - column: TagespflegePlaetze - column: VollstationaerePlaetze - column: Stichtag - column: KurzzeitpflegeBelegt - column: VollstationaereBelegt - column: NachtpflegeBelegt - column: BelegtePlaetze - column: GesamtPlaetze - column: Pflegeheim - column: TagespflegeBelegt The table should have the title "Belegungsnachweiss" und the data must be loaded from the server with the following relative URL: "/PflegeartService/belegungsnachweis/pflegeheim/{id}" Add a HTML table to the view with the following Pruefung columns: - column: Pruefart - column: ErgebnisKurz - column: Pruefdatum - column: Pflegeheim - column: Aufsichtsbehoerde - column: BerichtHinweis The table should have the title "Pruefungs" und the data must be loaded from the server with the following relative URL: "/BundeslandService/pruefung/pflegeheim/{id}" Add a HTML table to the view with the following Personalschluessel columns: - column: Bundesland - column: GueltigBis - column: Pflegegrad - column: VerhaeltnisBewohnerProKraft - column: Pflegeheim - column: Personalart - column: GueltigAb The table should have the title "Personalschluessels" und the data must be loaded from the server with the following relative URL: "/PflegeheimService/personalschluessel/pflegeheim/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum