Method: HL7::Message::Segment::PID#country_code

Defined in:
lib/segments/pid.rb

#country_codeObject



54
55
56
57
58
# File 'lib/segments/pid.rb', line 54

def country_code
  warn "DEPRECATION WARNING: PID-12 is defined as 'county_code'; " \
       "the 'country_code' alias is retained for backwards compatibility only."
  county_code
end