Sha256: ba7639a6cdc05863e63be9bd66f94f01c610455a69f480e6bd9cbdf4ffd469ee

Contents?: true

Size: 584 Bytes

Versions: 20

Compression:

Stored size: 584 Bytes

Contents

require_dependency "renalware/pathology"
require_dependency "renalware/feeds"
require "subscription_registry"

module Renalware
  module Patients
    module_function

    def table_name_prefix
      "patient_"
    end

    def configure
      # Note that we no longer create all patients that coe in from the HL7 feed, so
      # MessageListener has been removed from the registry.
      # SubscriptionRegistry.instance.register(Feeds::MessageProcessor, MessageListener)
    end

    def self.cast_user(user)
      ActiveType.cast(user, ::Renalware::Patients::User)
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
renalware-core-2.0.8 app/models/renalware/patients.rb
renalware-core-2.0.7 app/models/renalware/patients.rb
renalware-core-2.0.5 app/models/renalware/patients.rb
renalware-core-2.0.4 app/models/renalware/patients.rb
renalware-core-2.0.3 app/models/renalware/patients.rb
renalware-core-2.0.2 app/models/renalware/patients.rb
renalware-core-2.0.1 app/models/renalware/patients.rb
renalware-core-2.0.0 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc13 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc11 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc10 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc9 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc8 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc7 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc6 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc5 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc4 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc3 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.rc1 app/models/renalware/patients.rb
renalware-core-2.0.0.pre.beta12 app/models/renalware/patients.rb