Method: HQMF1::Observation#code

Defined in:
lib/hqmf-parser/1.0/observation.rb

#codeString

Get the code for the population criteria

Returns:

  • (String)

    the code (e.g. IPP, DEMON, NUMER, DENEX, DENEXCEP)



21
22
23
# File 'lib/hqmf-parser/1.0/observation.rb', line 21

def code
  HQMF::PopulationCriteria::OBSERV
end