1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
485 views
by brandon-w-8204 (34.1k points)
The immunization registry states that the TEST000 value in MSH-4.1 is not found or not valid. How can i change this value.

1 Answer

0 votes
 
Best answer

This is controlled by the channel Cache Variable "MSH-4" in the destination node of the IIS channel.

To update this do the following.

  1. Open the IIS channel in Qvera Interface Engine.
  2. Click on the Source (Green) Node
  3. Click on the Channel Cache Tab.
  4. Double Click the line with MSH-4 as the key.
  5. The default value for this value is "{MSH-4.1}^{c:facilityId}^{c:facilityMnemonic}"
    1. The {MSH-4.1} will retain the original value of TEST000 in this case.
    2. The {c:facliityId} will retrieve the facility ID from the Facility-LOC-Code table or defaultFacilityId channel cache.
    3. The {c:facilityMnemonic} will retrieve the Mnemonic from the Facility-LOC-Code table or defaultFacilityMnemonic channel cache.
  6. Set the MSH-4 key value to the following to only have the facility ID listed in MSH-4 " {c:facliityId} "

 

by brandon-w-8204 (34.1k points)
asked Jul 18, 2019 by gary-h-3646 (180 points) What is the syntax for hard-coding a value
...