0
Good afternoon, I’m new here and also a new "developer, programmer".
My question is this::
As I do to move information that was recorded through a form, it went to a database and a registration page, to another specific page?
Ex:
For example, patient data is collected at screening, entered into a database, and saved on a sorted patient page. Then, this same screened patient may have some information changed after editing. I wanted after all the procedure, remove this patient from the sorted page (without losing their database) and move it to another page.
I ATTACHED AN IMAGE ILLUSTRATING WHAT I WANTED IN THE SAME KKK PAINT
THANK YOU GUYS!
Oops. First here is not a forum :) I do not know how is your database, but I imagine that if the patient is in the screening, has already gone through this step, is being attended or has already had the care completed are a field type in your database right? If this is the case, only do the query on the next page with the necessary filters.
– David Alves
Sorry I put up the forum, I already deleted it. For example, patient data is collected at screening, entered into a database, and saved on a sorted patient page. Then, this same screened patient may have some information changed after editing. I wanted after all the procedure, remove this patient from the sorted page (without losing their database, and move it to another page).
– Caio Rios
I explained better what I said in the comment in a reply below.
– David Alves
The logic may be exactly what @Caiorios said in the answer. The rest depends on the database, and regardless of the database, you must learn CRUD. https://pt.wikipedia.org/wiki/CRUD
– gustavox