Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PatientDiagnoseView
Please create a React-JS view called "PatientDiagnoseView" for the fields of the PatientDiagnose entity. The PatientDiagnoseView must contain the following fields: - name: Diagnose type: Diagnose - name: DiagnosedAm type: Diagnose - name: IstPrimaer type: BOOL - name: Notizen type: STRING - name: Patient type: Patient The data source for the [DiagnosedAm] select control should be loaded from the relative URL: "/DiagnoseService/diagnose" (HTTP-GET) The data source for the [Patient] select control should be loaded from the relative URL: "/PatientService/patient" (HTTP-GET) The data source for the [Diagnose] select control should be loaded from the relative URL: "/DiagnoseService/diagnose" (HTTP-GET) An existing PatientDiagnose entity should be loaded from the relative URL: "/DiagnoseService/patientdiagnose/{id}" (HTTP-GET) If a new PatientDiagnose entity has been created, the new entity should be posted to the relative URL: "/DiagnoseService/patientdiagnose" (HTTP-POST) If an existing PatientDiagnose entity has been updated, the modified entity should be sent to the relative URL: "/DiagnoseService/patientdiagnose/{id}" (HTTP-PUT) If an existing PatientDiagnose entity has to be deleted, the following relative URL should be called: "/DiagnoseService/patientdiagnose/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum