Module: OpenEHR::RM::Support::Terminology::OpenEHRCodeSetIdentifier
- Included in:
- TerminologyService
- Defined in:
- lib/open_ehr/rm/support/terminology.rb
Constant Summary collapse
- CODE_SET_ID_CHARACER_SETS =
"character sets".freeze
- CODE_SET_ID_COMPRESSION_ALGORITHMS =
"compression algorithms".freeze
- CODE_SET_ID_COUNTRIES =
"countries".freeze
- CODE_SET_ID_INTEGRITY_CHECK_ALGORITHMS =
"integrity check algorithms".freeze
- CODE_SET_ID_LANGUAGES =
"languages".freeze
- CODE_SET_ID_MEDIA_TYPES =
"media types".freeze
Instance Method Summary collapse
Instance Method Details
#valid_code_set_id(an_id) ⇒ Object
31 32 33 |
# File 'lib/open_ehr/rm/support/terminology.rb', line 31 def valid_code_set_id(an_id) !@an_id.nil? end |