Update the LabNormalsData.config file

To configure LNMT back end to process lab data for importing LNRs into Oracle InForm, you must download and modify the base LabNormalsData.config file.

This file will have just the outer tags for Labs, Visits, and TestRefs.

<LabForms>
  <LabForm name="">
	<RefPath></RefPath>
<RptForm>True</RptForm>
  </LabForm>
</LabForms>
<Visits>
  <Visit name="">
	<RefPath></RefPath>
<RptVisit>True</RptVisit>
  </Visit>
</Visits>
<TestRefs>
  <TestRef name="" type="C">
     <DisplayString></DisplayString>
	<InRangeFlag></InRangeFlag>
  </TestRef>
</TestRefs>

Note:

The item path reference for lab tests in the TestRefs section should reference the complete path. Do not use any 0s (zero) as placeholders for any reference in this path.

For example, when configuring Repeating Lab Form HEM, Repeating Visit Screening, the file looks like this:

<LabForms>
  <LabForm name="LBHEM_LBHEM_1">
   <RefPath>LBHEM_1</RefPath>
   <RptForm>True</RptForm>
  </LabForm>
</LabForms>
<Visits>
  <Visit name="ScrVisit">
    <RptVisit>True</RptVisit>
    <RefPath>ScrVst</RefPath>
  </Visit>
</Visits>

To update the LabNormalsData.config file:

  1. Log in to Oracle InForm.
  2. Select the LNMT tab.
  3. Select Admin (Configuration).
  4. Click the LabNormalsData.config link to download the base file.
  5. Modify the LabNormalsData.config file as needed.
  6. Under Upload Labs/Visits/TestRefs configuration (LabNormalsData.config) to server, click Browse.
  7. Select the updated LabTests.config file from your computer and click Upload.
The base LabNormalsData.config file will be then replaced by the new version.