![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all ; It seems I got rusty in programming with FM after being lazy for few years! Your help for me is appreciated ![]() I want to have a database for medical office where every patient will have many fixed fields ( e.g. name, date of birth etc..) and many fields that should be updated each visit ( new symptoms , medications , change of address etc. ) . Each patient will have a unique number e.g Medical Record Number. I have built the patients data, I want to add a table to the database file so I can add visits by date , hence once I enter the date of the visit ( in a portal ) I will be able to create a new related record will the fixed fields already filled in and the other variable fields are blank to be able to fill them with the details of the visit. The portal is important to have , so I will be able to know the total visits of the patients and dates. I have tried few combinations of relationships but it seems not working well as I expected. Cheers Mushabab Al-Murayeh, MD |
#3
| |||
| |||
|
|
Hello all ; It seems I got rusty in programming with FM after being lazy for few years! Your help for me is appreciated ![]() I want to have a database for medical office where every patient will have many fixed fields ( e.g. name, date of birth etc..) and many fields that should be updated each visit ( new symptoms , medications , change of address etc. ) . Each patient will have a unique number e.g Medical Record Number. I have built the patients data, I want to add a table to the database file so I can add visits by date , hence once I enter the date of the visit ( in a portal ) I will be able to create a new related record will the fixed fields already filled in and the other variable fields are blank to be able to fill them with the details of the visit. The portal is important to have , so I will be able to know the total visits of the patients and dates. I have tried few combinations of relationships but it seems not working well as I expected. Cheers Mushabab Al-Murayeh, MD |
atient_id to Visits:
atient_id. Do not sort the rel
#4
| |||
| |||
|
|
You may want to have only a few fields in the portal, at least one being the visit date, and then use the pushbutton to go to the related Visit and finish filling out the Visit data in the Visit layout. |
![]() |
| Thread Tools | |
| Display Modes | |
| |