UCDS / health4all_v2

A customizable health information system for different health care settings, using CodeIgniter and Bootstrap frameworks.
Other
9 stars 89 forks source link

Diagnostics - View Results page, display normal range values for tests which have numeric output #37

Open UCDS opened 9 years ago

guna-ranjan commented 9 years ago
  1. In Update test form, where numeric value range available: Display range with Label < from value - to value units>
  2. In Approve test form, where numeric value range available: Display range with Label < from value - to value units>
  3. In View results form, where numeric value range available: Display range with Label < from value - to value units>
  4. In test print form, where numeric value range available: Display range with Label < from value - to value units>

When min value is null, display range as <=max value When max value is null, display range as >=min value

guna-ranjan commented 9 years ago

Complete insertion of range values in add test form in diagnostics master forms