Back to search
scan range
scn_rnggeneral
Updated 3/30/2026
Definition
The value span limits for a medical image capture. Used to quantify scan range in healthcare data systems.
Standard Abbreviation
scn_rng
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
scn_rng VARCHAR(100), -- scan range
...
);
-- Example in SELECT
SELECT
claim_id,
scn_rng as scan_range
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms