| 21 | |
| 22 | {{{ |
| 23 | From: Larry Errecart [larry.errecart@ucdmc.ucdavis.edu] |
| 24 | Sent: 03 March 2011 20:22 |
| 25 | To: Holden, Nick |
| 26 | Subject: Re: Integer values in i2b2 data other than lab users |
| 27 | |
| 28 | We have blood pressure and BMI loaded and had to emulate the xml in the lab records to enable the "set value" function. Here's our c_metadataxml entry for systolic: |
| 29 | |
| 30 | <?xml version="1.0"?><ValueMetadata><Version>3.02</Version><CreationDateTime>12/15/2009 11:22:19</CreationDateTime><TestID>SYSTOLIC</TestID><TestName>SYSTOLIC</TestName><DataType>PosInteger</DataType><CodeType>GRP</CodeType><Loinc>99999-9</Loinc><Flagstouse>HL</Flagstouse><Oktousevalues>Y</Oktousevalues><MaxStringLength></MaxStringLength><LowofLowValue>50</LowofLowValue><HighofLowValue>90</HighofLowValue><LowofHighValue>140</LowofHighValue><HighofHighValue>230</HighofHighValue><LowofToxicValue></LowofToxicValue><HighofToxicValue></HighofToxicValue><EnumValues></EnumValues><CommentsDeterminingExclusion><Com></Com></CommentsDeterminingExclusion><UnitValues><NormalUnits>mm/Hg</NormalUnits><EqualUnits> mm/Hg </EqualUnits><ExcludingUnits></ExcludingUnits><ConvertingUnits><Units></Units><MultiplyingFactor></MultiplyingFactor></ConvertingUnits></UnitValues><Analysis><Enums /><Counts /><New /></Analysis></ValueMetadata> |
| 31 | |
| 32 | larry |
| 33 | }}} |