Special Characters for displaying reference ranges

Hi,

I want to display the reference ranges for the lab results as part of the
question description as indicated below:

"... Normal Range: <= 140 mg%, High Range: >140 mg% "

However, the form does not save indicating there are special characters
being used in the form. I had to end up writing a statement as "Enter GCT
Value (in mg%) (Normal: less than or equal to 140 mg%, High: greater than
140 mg%)

As you know in healthcare, displaying the lab results in a specific format
is very important. Let me know if there is any other option available.

I have also thought about adding reference ranges as "images" to be linked
to the question so that my question will look something like the following
on the phone (but that might be a maintainability issue)

Enter the GCT Value for the patient (in mg%)

··· ________________________

Reference Ranges:
Normal : <= 140 mg%
High : > 140 mg%

It will be good to have the following added to the decimal and integer
field types.

  • Reference Ranges: Allow the users to add the reference ranges by age and
    gender.
  • Symbol Indicator for displaying high or low values. (Currently using two
    labels with display logic to indicate to the users regarding a high or a
    low value.)

Regards

Manish

Hi Manish,

You can replace the "<" and ">" signs with "<" and ">", respectively,
which will show up correctly on the phone.

Cory

··· On Tue, Oct 29, 2013 at 6:32 AM, wrote:

Hi,

I want to display the reference ranges for the lab results as part of the
question description as indicated below:

"... Normal Range: <= 140 mg%, High Range: >140 mg% "

However, the form does not save indicating there are special characters
being used in the form. I had to end up writing a statement as "Enter GCT
Value (in mg%) (Normal: less than or equal to 140 mg%, High: greater than
140 mg%)

As you know in healthcare, displaying the lab results in a specific format
is very important. Let me know if there is any other option available.

I have also thought about adding reference ranges as "images" to be linked
to the question so that my question will look something like the following
on the phone (but that might be a maintainability issue)

Enter the GCT Value for the patient (in mg%)


Reference Ranges:
Normal : <= 140 mg%
High : > 140 mg%

It will be good to have the following added to the decimal and integer
field types.

  • Reference Ranges: Allow the users to add the reference ranges by age and
    gender.
  • Symbol Indicator for displaying high or low values. (Currently using two
    labels with display logic to indicate to the users regarding a high or a
    low value.)

Regards

Manish

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

HI Cory,

Tried this out and works as indicated. Thanks for the update.

Manish

··· On Tuesday, October 29, 2013 9:39:50 AM UTC+5:30, Cory Zue wrote: > > Hi Manish, > > You can replace the "<" and ">" signs with "<" and ">", > respectively, which will show up correctly on the phone. > > Cory > > > On Tue, Oct 29, 2013 at 6:32 AM, <manish...@rxehe.com >wrote: > >> Hi, >> >> I want to display the reference ranges for the lab results as part of the >> question description as indicated below: >> >> "... Normal Range: <= 140 mg%, High Range: >140 mg% " >> >> However, the form does not save indicating there are special characters >> being used in the form. I had to end up writing a statement as "Enter GCT >> Value (in mg%) (Normal: less than or equal to 140 mg%, High: greater than >> 140 mg%) >> >> As you know in healthcare, displaying the lab results in a specific >> format is very important. Let me know if there is any other option >> available. >> >> I have also thought about adding reference ranges as "images" to be >> linked to the question so that my question will look something like the >> following on the phone (but that might be a maintainability issue) >> >> Enter the GCT Value for the patient (in mg%) >> ________________________ >> >> Reference Ranges: >> Normal : <= 140 mg% >> High : > 140 mg% >> >> It will be good to have the following added to the decimal and integer >> field types. >> >> - Reference Ranges: Allow the users to add the reference ranges by age >> and gender. >> - Symbol Indicator for displaying high or low values. (Currently using >> two labels with display logic to indicate to the users regarding a high or >> a low value.) >> >> Regards >> >> Manish >> >> -- >> You received this message because you are subscribed to the Google Groups >> "commcare-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to commcare-user...@googlegroups.com . >> For more options, visit https://groups.google.com/groups/opt_out. >> > >