Files > CHEM TESTS

parent
62.4
name
CHEM TESTS
number
62.41
Fields
#NameLocationTypeDetailsIndexDescription
.001number11The test entries may be number meaningful. E.g., the ACA identifies the test by number.
.01test(+)0;1POINTER60This contains the test names for this instrument.
2param 10;2FREE TEXTThis is used to extract a test from a data stream. It may contain a line number or character number. Set by LASET into TC(I,2) this field. Check the interface notes or review the routine.
3param 20;3NUMERICThis is used to extract a test from a data stream. It may contain a line number or character number. Set by LASET into TC(I,3).
4param 30;4FREE TEXTThis is used to extract a test from a data stream. It may contain a line number or character number. Set by LASET into TC(I,4). Not all interfaced instruments use this field.
6ui test code0;6FREE TEXTACFor traditional interfaces: This is the code to send the instrument for downloading of load lists that this test is requested. This field used by various BI-DIRECTIONAL INTERFACES eg. for test BUN enter / as the download code for the ETACHEM instrument. For Universal Interfaces: For sites using this instrument in a Universal Interface configuration, this field is used to define the instrument 'name' for a test. This 'name' is used as an identifier for the test in all messages sent to and from the instrument. It is important that the Universal Interface PC has the name defined in this instrument's configuration exactly as it is here in the auto instrument file, including upper and lower case. This field does NOT have to be the test name, but can be. The name of this field should not be taken literally, it is used for both uploading and downloading, uni-directional as well as bi-directional.
7accession area2;12POINTER68This field is used to limit the building of tests on a HL7 Order message. If an accession area is entered then the accession must be from this accession area for this test to build on a HL7 Order message.
8specimen2;13POINTER61This field is used to limit the building of tests on a HL7 Order message. If a specimen is entered then the specimen on the accession must match for this test to build on a HL7 Order message.
9urgency2;14POINTER62.05This field is used to limit the building of tests on a HL7 Order message. If an urgency is entered then the urgency of the test must match for this test to build on a HL7 Order message.
11routine storage1;1FREE TEXTThis data is triggered by the test field. It contains the internal storage location in file 63.
12number of decimal places2;1NUMERICThis field is used to modify the result returned by the instrument. It is used to force the result to a certain number of decimal places. If the result has more decimal places than the number entered for this field, the result will be rounded to the number of decimal places specified. For example, if this field's value was '2' and the instrument returned a result of '34.678', the result would be modified to '34.68'. If MUMPS code exists in PARAM 1, it will be executed before any modification to the result. If the code in PARAM 1 changes the result such that it is no longer a canonic number, no modification to decimal places will take place. To round of the result based on other factors, or in other words - 'On the fly', you can set a variable in PARAM 1 as follows: PARAM 1: S:(CONDITION) LA7XFORM(1)=3 Where CONDITION is some MUMPS value that equates to true or false, and 3 represents the number of decimal places. 3 is just an example, you can use any number you want, including zero. Consult a programmer before trying this.
13convert result to remark2;2BOOLEAN0:NO
1:YES
This field should be set to 'Yes' if you want the result to be converted to a comment or remark. If MUMPS code exists in PARAM 1, it will be executed before converting the result to a comment. Be aware that if field 17 'REMOVE SPACES FROM RESULT' is set to 'Yes', the comment will have all spaces removed. To convert the result to a comment based on other factors, or in other words - 'On the fly', you can set a variable in PARAM 1 as follows: PARAM 1: S:(CONDITION) LA7XFORM(2)=1 Where CONDITION is some MUMPS value that equates to true or false. Consult a programmer before trying this.
14accept results for this test2;3SET OF CODES0:NO
1:YES
2:FINAL ONLY
Determines if results (HL7 OBX segments) are processed and stored. If nothing is entered, the default will be 'Yes'. If "YES" is selected then all test results are processed and stored. Select "NO" to suppress the processing and storing any test result. Selecting "FINAL ONLY" will only process/store test results when the result has a status of C,F,U as defined in table 0085 below. If there is MUMPS code in PARAM 1, it will be executed regardless of how this field is set. To accept results for this test based on other factors, or in other words - 'On the fly', you can set a variable in PARAM 1 as follows: PARAM 1: S:(CONDITION) LA7XFORM(3)=1 Where CONDITION is some MUMPS value that equates to true or false. Consult a programmer before trying this. Table 0085 - Observation result status codes interpretation Value Description C Record coming over is a correction and thus replaces a final result D Deletes the OBX record F Final results; Can only be changed with a corrected result. I Specimen in lab; results pending P Preliminary results R Results entered -- not verified S Partial results X Results cannot be obtained for this observation U Results status change to Final. without retransmitting results already sent as 'preliminary.' E.g., radiology changes status from preliminary to final W Post original as wrong, e.g., transmitted for wrong patient
15download to instrument2;4BOOLEAN0:NO
1:YES
This field should be set to 'Yes' if the test is to be downloaded to the instrument. This might be set to 'No' in cases where the instrument always performs and reports a computed value, but it is not orderable. If there is MUMPS code in PARAM 1, it will be executed regardless of how this field is answered.
16ignore results not ordered2;5BOOLEAN0:NO
1:YES
This field should be set to 'Yes' if you want to restrict results to only those tests that were ordered. For example, if an electolytes panel was ordered consisting of: Sodium Potassium Chloride CO2 And the instrument running the sample also reported a BUN result, the BUN would not be reported if this field was set to 'Yes'. To ignore results not ordered based on other factors, or in other words - 'On the fly', you can set a variable in PARAM 1 as follows: PARAM 1: S:(CONDITION) LA7XFORM(5)=1 Where CONDITION is some MUMPS value that equates to true or false. Consult a programmer before trying this.
17remove spaces from result2;6BOOLEAN0:NO
1:YES
If answered 'Yes' the result from the instrument will be changed so that it contains NO spaces, e.g. > 3.2 would be >3.2. If this test is set up to be converted to a comment (see field 13) the spaces will NOT be removed regardless of how you answer this field. MUMPS code in PARAM 1 will always be executed before any other transformation of the result takes place, including the stripping of spaces. To strip spaces conditionally based on other factors, or in other words - 'On the fly', you can set a variable in PARAM 1 as follows: PARAM 1: S:(CONDITION) LA7XFORM(6)=1 Where CONDITION is some MUMPS value that equates to true or false. Consult a programmer before trying this.
18store remarks2;7SET OF CODES0:NO
1:YES
2:FINAL ONLY
Determines if remarks/comments (HL7 NTE segments) are processed and stored with results. This applies only to remarks/comments that relate to a test. Select "NO" to suppress the processing and storing of any remarks/comments associated with a test result. If "YES" is selected then all remarks/comments associated with a test result are processed and stored. The default value is "NO". Selecting "FINAL ONLY" will only process and store remarks/comments when the associated test result has a status of C,F,U as defined in table 0085 below. This only applies to NTE segments that follow OBX segments. Table 0085 - Observation result status codes interpretation Value Description C Record coming over is a correction and thus replaces a final result D Deletes the OBX record F Final results; Can only be changed with a corrected result. I Specimen in lab; results pending P Preliminary results R Results entered -- not verified S Partial results X Results cannot be obtained for this observation U Results status change to Final. without retransmitting results already sent as 'preliminary.' E.g., radiology changes status from preliminary to final
19remark prefix2;8FREE TEXTUsed by the Lab Universal Interface software when processing HL7 messages that contain NTE (notes) segments which follow OBX (test results) segments. These NTE segments apply to the test, not to the specimen. This field is used in conjunction with field STORE REMARKS (#18) in the CHEM TESTS multiple. If field STORE REMARKS is set to YES then the value of this field, if any, will be used as the prefix to the remarks when storing the remark in the LAH global. Example: If the text "For test POTASSIUM: " is entered in this field and a remark is received associated with this test that states "Specimen hemolyzed" then the remark which will be stored is "For test POTASSIUM: Specimen hemolyzed".
20store producer's id2;9BOOLEAN0:NO
1:YES
Used to determine if a remark(comment) should be created and stored with the results which indicates the producer of the test result. Used in conjuction with field REMARK PREFIX (#19) which if defined will be the prefix added to the producer's name/id. This remark is generated from the value, if any, of field OBX-15 Producer's ID from the HL7 ORU result message.
21store reference range2;10BOOLEAN0:NO
1:YES
Laboratory Electronic Data Interchange (LEDI): Previous versions of LEDI used this field. Current versions of LEDI do NOT use this field. References ranges reported by reference laboratories are always stored with results. Laboratory Point of Care (POC): Used to determine if reference ranges reported by POC system with the results should be processed and stored with the results. Some POC systems have references ranges that are fixed within the POC system and may not be appropriate or accurate on the VistA Laboratory system. Set this field to 'YES' to use the reference ranges reported by the POC system. Set this field to 'NO' to disregard any reference ranges transmitted by the POC system and instead use the reference ranges specified in LABORATORY TEST file (#60) for this test/specimen.
22notify abnormal flags2;11BOOLEAN0:NO
1:YES
Used to determine if an alert and bulletin should be created when results are processed with an associated abnormal flag. Generated from the value of field OBX-8 Abnormal Flags from the HL7 ORU result message.

Error: Invalid Global File Type: 62.41