CatchTheTornado / doctor-dok

Doctor Dok is an AI based medical data framework and patient's med vault. Parse any health related PDF/Image to JSON and then use Chat GPT / LLama to discuss it!
http://doctordok.com
MIT License
37 stars 5 forks source link

[feat] Implement different health record types #189

Open pkarw opened 2 weeks ago

pkarw commented 2 weeks ago

The current record could stay as general but it might be useful to add a different types of records for example:

Based on the record type there should be individual record editor and record display; keeping the record-form and record-item for the general one's we could have like record-form-visit, record-item-visit and so on.

The database table format although should be exactly the same like now

pkarw commented 2 weeks ago

Related to #82