igiveadamn / ccdb

critical care database
MIT License
0 stars 1 forks source link

add N/A to form fields #32

Closed andy-duncan closed 8 years ago

andy-duncan commented 8 years ago

several of the form fields need to be able to be marked as N/A

e.g. when certain lab results are not available for a patient, we need to let them continue

thinking that we can just indicate in the directive options, whether it should be provided as an option, and then just use a convention-based approach for naming the field.

i.e. patient.fieldValue --> patient.fieldValueNA

We will need to make validation account for this.

andy-duncan commented 8 years ago

made the whole page of vitals and results optional when you select a checkbox