Sha256: cb435d3bb1b4d5cac8fd149eb2429fbfef69c2881388f940cb3f5dc0481d567b

Contents?: true

Size: 135 Bytes

Versions: 2

Compression:

Stored size: 135 Bytes

Contents

module HealthcarePhony
  module VisitType
    ADMIT = 1
    REGISTRATION = 2
    DISCHARGE = 3
    TRANSFER = 4
    OTHER = 5
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
healthcare_phony-0.7.0 lib/healthcare_phony/visit_type.rb
healthcare_phony-0.6.0 lib/healthcare_phony/visit_type.rb