Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Eliot Muir
E
Eliot Muir
Community Contributor
Quizzes Created: 1 | Total Attempts: 265
| Attempts: 265 | Questions: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. We used the function hl7.message{} to create an empty node tree that we could begin inserting data into for our outbound hl7 message?

Explanation

To create a blank message, we are going to use the hl7.message{} function and the same VMD file from the previous step. Using the same VMD file will produce the same node structure as our parsed HL7 data.

http://learn.interfaceware.com/4847.html

Submit
Please wait...
About This Quiz
Computer Quizzes & Trivia

The HL7 to HL7 interface gives you the backbone for how all interfaces will be created. It is where you learn the most about the translator. All the other sections are more about practicing what you learn in this section. This test will help you check... see moreyour skills after completing the section of the tutorial that begins with the link below.
http://learn. Interfaceware. Com/4129. Html
see less

2. We recommend creating a trace() function to display variable values in annotations, instead of using print because print() will also create log entries when the channel is run - which is not ideal.

Explanation

Although a simple "print" statement is typically used for displaying a variable's current state, this command actually creates log entries when you run the channel. Because we only want insight into our code as we develop it, we aren't really interested in producing actual log data for each step in our code. Iguana offers a clever little solution: the trace() function. This function works like a basic 'print' command, but it does not produce any tangible data when the channel is run. In other words, it is designed to do nothing but help you examine your developing code.

http://learn.interfaceware.com/4848.html

Submit
3. Why did we use a filter component in the Outbound channel rather than the Inbound channel?

Explanation

http://learn.interfaceware.com/4327.html

Submit
4. You can dock annotation dialogue boxes in the Translator?

Explanation

The statement is true because in the Translator, you have the ability to dock annotation dialogue boxes. This means that you can attach these dialogue boxes to a specific location on your screen, allowing for easier access and convenience while using the Translator tool.

Submit
5.  You can continue typing when an error message is displayed?

Explanation

You can keep typing just the autocompletion will not work

Submit
6. You can drag errors to move them around the editor?

Explanation

An error message pops up on the line where the code is but you can click the error to get the full details and then the dialogue box can be moved anywhere on your working screen so you can review the error while fixing your script.

Submit
7. Which of the following is true about the tostring() function that we used?

Explanation

tostring() is part of the Lua language and comes installed with Iguana. It can be used to convert data or a nodetree into a string. Our messages will still continue to have any carriage returns or line feeds associated with out messages.

Submit
8. Which of the following is true about saving milestones into Fossil?

Explanation

http://learn.interfaceware.com/4323.html
-Milestones save all function the main, shared and other files. Everything you need to run the channel and move it to another computer if needed.
-You must save a milestone for a channel with a script to work. Otherwise you receive an error and the channel will not begin. http://learn.interfaceware.com/4132.html
-You CAN revert all files or a single file. For example if you wanted to just restore the 'dateparse' module you could do that. http://help.interfaceware.com/kb/82
-Once you save the milestone the effect does not take place immediately. You must got back and start/restart the channel. This is a way to protect you from implementing incorrect or incomplete code.

Submit
9. Which of the following are true about hl7.parse{}

Explanation

the parse method takes two 'mandatory' parameters data and vmd. It will not find a segment if it is not in the vmd and it is not a 'writable' node tree that is returned.

Submit
10. Which of the following are TRUE for setting up a standard notification rule? 

Explanation

http://learn.interfaceware.com/4331.html

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 11, 2012
    Quiz Created by
    Eliot Muir
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
We used the function hl7.message{} to create an empty node tree that...
We recommend creating a trace() function to display variable values in...
Why did we use a filter component in the Outbound channel rather than...
You can dock annotation dialogue boxes in the Translator?
 You can continue typing when an error message is displayed?
You can drag errors to move them around the editor?
Which of the following is true about the tostring() function that we...
Which of the following is true about saving milestones into Fossil?
Which of the following are true about hl7.parse{}
Which of the following are TRUE for setting up a standard notification...
Alert!

Advertisement