Difference between revisions of "Variable~"

From VistApedia
Jump to: navigation, search
 
 
Line 6: Line 6:
 
----
 
----
 
[[Category:Lab-Anatomic Pathology]]
 
[[Category:Lab-Anatomic Pathology]]
 +
{{Category:Glossary}}
 +
[[Category:Glossary]]
 +
----
 +
 +
; Variable
 +
: A character or group of characters that refer to a value. MUMPS recognizes three types of variables: local variables, global variables, and special variables. Local variables exist in a partition of main memory and disappear at sign off. A global variable is stored on disk, potentially available to any user. Global variables usually exist as parts of global arrays. The term “global” may refer either to a global variable or a global array. A special variable is defined by system operation (e.g., $TEST).
 +
 +
 +
Source: '''Laboratory V. 5.2 Technical Manual'''
 +
----
 +
[[Category:Laboratory]]
 
{{Category:Glossary}}
 
{{Category:Glossary}}
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Latest revision as of 06:41, 9 February 2006

Variable
A character or group of characters that refer to a value. MUMPS recognizes three types of variables: local variables, global variables, and special variables. Local variables exist in a partition of main memory and disappear at sign off. A global variable is stored on disk, potentially available to any user. Global variables usually exist as parts of global arrays. The term “global” may refer either to a global variable or a global array. A special variable is defined by system operation (e.g., $TEST).


Source: Laboratory V. 5.2 Anatomic Pathology User Manual


This is a Glossary term from the VistA Documentation Library

Variable
A character or group of characters that refer to a value. MUMPS recognizes three types of variables: local variables, global variables, and special variables. Local variables exist in a partition of main memory and disappear at sign off. A global variable is stored on disk, potentially available to any user. Global variables usually exist as parts of global arrays. The term “global” may refer either to a global variable or a global array. A special variable is defined by system operation (e.g., $TEST).


Source: Laboratory V. 5.2 Technical Manual


This is a Glossary term from the VistA Documentation Library