yosefconsolacion / tempIPIS

0 stars 0 forks source link

Database has an unnecessary extra field #16

Closed jloreanlopez closed 10 years ago

jloreanlopez commented 10 years ago

The chart number is supposed to act as the ID number of a patient. In the database implementation, an id number field is included which makes the chart number field useless. I think the id number is auto incremented and is used as the chart number. In the database implementation, the chart number field in the database is constantly 0 which serves useless.

chart number

ongj commented 10 years ago

yes we knew it haha we'll try to remove it if we have the time, but i dont think we have :))

int-argc commented 10 years ago

removed that for the current version. Also added date discharged