Files > TERM_UNIT_CONVERSION

name
TERM_UNIT_CONVERSION
number
704.104
location
^MDC(704.104,
description
NOTICE: This file is maintained exclusively by the CP Terminology group and must not be modified or edited in any way. Subsequent releases of CP Terminology may create lasting errors in the CliO data store if this file is changed. This file links like units of measure together with required conversion logic to change the value from one unit to another. NOTE: Units are presented as entries in the TERM File (#704.101). For example the unit "CENTIMETER" could be identified by the TERM File (#704.101), TERM ID (field #.01) "{EF700458-8C2D-16E8-02DC-9E1711584C53}".
Fields
#NameLocationTypeDetailsIndexDescription
.01unit id pre(+)0;1POINTER704.101This field is the identifier of the unit that a value will be converted from.
.02unit id post(+)0;2POINTER704.101This field is the identifier of the unit that a value will be converted to.
.03conversion offset pre0;3NUMERICThis field will be used to offset a value prior to executing the conversion logic. A sample CONVERSION OFFSET PRE could be "0".
.04conversion offset post0;4NUMERICThis is used to offset a value post execution of the conversion logic. A sample CONVERSION OFFSET POST could be "32".
.05conversion factor0;5NUMERICThis value is used by the conversion logic as a multiplier of the original value. A sample CONVERSION FACTOR could be "1.8".
.06decimal precision0;6NUMERICThis field is the decimal precision for rounding the resulting conversion value. A sample DECIMAL PRECISION could be "2".
.09description0;9FREE TEXTThis is a DESCRIPTION of the conversion logic. A sample DESCRIPTION could be "DEGREES C -> DEGREES F".

Not Referenced