Update of /cvsroot/phpxd/phpXD/samples/files
In directory usw-pr-cvs1:/tmp/cvs-serv25305/samples/files
Added Files:
fielddef1.cfg
Log Message:
Add sample files: samples/cfg2xml/cfg2xml.php samples/files/fielddef1.cfg
--- NEW FILE: fielddef1.cfg ---
#
# Field Define for 90 (2001) Exam , new patient
#
# identifier
# 0 caption,
# 1 maxlen,
# 2 fieldname,
# 3 fieldtypeForInput,
# 4 vartype,
# 5 SumType,
# 6 fieldUnit,
# // 7 SumText,
# 7 Default value when ADD
# 8 UpperLimitMale,
# 9 LowerLimitMale,
# 10 UpperLimitFemale,
# 11 LowerLimitFemale
#
# fieldtypeForInput: 1:simple text, 2:text with select menu 3:textArea
# vartype: 0:decimal, 1:text
# SumType: 0:no sum, 1:simple expression, 2:lab data(justify with max and min),
# 3: fields with menu 4: urine cells data
# fieldUnit: unit of the field or other description or instruction
# will display on the screen at the tail of the field
#
# SumText: title of the field for display, (not necessary now!)
field WBC ,6, WBC ,1,0,2,*10^3/ul ,, 10.80, 4.00, 10.80, 4.00
field RBC ,5, RBC ,1,0,2,*10^3/ul ,, 6.10, 4.20, 5.40, 4.00
field HGB ,4, HB ,1,0,2,g/dl ,, 18.0, 12.0, 16.0, 12.0
Field HCT , 4, HCT ,1,0,2,% ,, 52.0, 37.0, 47.0, 35.0
field MCV , 5, MCV ,1,0,2,fl ,, 99.0, 80.0, 99.9, 80.0
field MCH , 4, MCH ,1,0,2,pg ,, 31.0, 27.0, 31.0, 27.0
field MCHC , 4, MCHC ,1,0,2,g/dl ,, 37.0, 33.0, 37.0, 33.0
field Platelet , 5, PLT ,1,0,2,*10^3/ul ,,400,130,400,130
Field Neutrophil , 4, NEU ,1,0,2,% ,, 74.0, 40.0, 74.0, 40.0
field Lymphocyte , 4, LYM ,1,0,2,% ,, 50.0, 19.0, 50.0, 19.0
field Monocyte , 4, MON ,1,0,2,% ,, 12.0, 2.0, 12.0, 2.0
field Eosinophil , 4, EOS ,1,0,2,% ,, 7.0, 0.0, 7.0, 0.0
field Basophil , 4, BAS ,1,0,2,% ,, 1.5, 0.0, 1.5, 0.0
|