Sha256: ee821a76f33491534ba9d861362a244785cf0bc7970be55573b186b8b94eb3ff

Contents?: true

Size: 503 Bytes

Versions: 52

Compression:

Stored size: 503 Bytes

Contents

# frozen_string_literal: true

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
      SubscriptionRegistry.instance.register(
        Feeds::MessageProcessor,
        Ingestion::MessageListener
      )
    end

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

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/models/renalware/patients.rb
renalware-core-2.1.0 app/models/renalware/patients.rb
renalware-core-2.0.167 app/models/renalware/patients.rb
renalware-core-2.0.166 app/models/renalware/patients.rb
renalware-core-2.0.165 app/models/renalware/patients.rb
renalware-core-2.0.164 app/models/renalware/patients.rb
renalware-core-2.0.163 app/models/renalware/patients.rb
renalware-core-2.0.162 app/models/renalware/patients.rb
renalware-core-2.0.161 app/models/renalware/patients.rb
renalware-core-2.0.160 app/models/renalware/patients.rb
renalware-core-2.0.159 app/models/renalware/patients.rb
renalware-core-2.0.158 app/models/renalware/patients.rb
renalware-core-2.0.157 app/models/renalware/patients.rb
renalware-core-2.0.156 app/models/renalware/patients.rb
renalware-core-2.0.155 app/models/renalware/patients.rb
renalware-core-2.0.153 app/models/renalware/patients.rb
renalware-core-2.0.152 app/models/renalware/patients.rb
renalware-core-2.0.151 app/models/renalware/patients.rb
renalware-core-2.0.149 app/models/renalware/patients.rb
renalware-core-2.0.148 app/models/renalware/patients.rb