Oscar Measurements/eForms demonstration
by
apaul
—
last modified
2007-06-18 14:31
Oscar Measurements/eForms demonstration
td.nodisplay {
display:none;
}
input.nodisplay {
border: 0px;
}
textarea.nodisplay {
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-base-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
border: 0px;
}
OscarMeasurements/EForms demonstration. Each field has a property:
- read: Only reads the measurement data, and even if changed, these values will not be written to measurements.
- write: Writes the contents of the field to measurements unless left blank, but will not prefill the old value.
- read/write: Prefills the old measurement data, and if changed, the new values will be written to measurements.
- Note: Regardless of read/write the values will be saved in eforms.
| Last Blood pressure(read): |
|
| New Blood pressure(write): |
Comments: |
| Last comment (read): |
|
|
| Last Weight(read): |
|
in kg
in BMI
|
| New Weight (write): |
|
in kg
in BMI
|
| Comments(read/write): |
|