Module: OpenEHR::Parser::XMLDomainTypeParsing
- Included in:
- OPTParser, XMLArchetypeParser
- Defined in:
- lib/openehr/parser/xml_domain_type_parsing.rb
Overview
openEHR Archetype Profile domain-type readers (C_CODE_PHRASE, C_DV_QUANTITY, C_DV_ORDINAL, C_DV_SCALE, C_DV_STATE), shared between OPTParser and XMLArchetypeParser. Extracted from opt_parser.rb without behavior changes, except: C_DV_QUANTITY now reads assumed_value (previously ignored) and its magnitude range reads Float bounds instead of Integer (precision stays Integer - see numeric_interval in xml_constraint_parsing.rb).