Clinical Configuration

The configuration for this form is very simple. The configuration file enables you to set:

  • The collection day

    • The start time on that day

    • The number of hours at the latest the report needs to be received to be included in the round for the collection day

  • The bin types to be included as options within the form itself and the back office system's codes for them E.g. 6505 is the code for Clinical Sharps Box.

Example File

<Mappings>
  <Collection StartDay="Friday" StartTime="09:00" ReportBeforeHours="16"/>
  <BinTypes>
    <Bin Value="6505" Colour="">Clinical sharps box </Bin>
    <Bin Value="6518" Colour="">Clinical sacks </Bin>
  </BinTypes>
</Mappings>

Last updated

Was this helpful?