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.0.147 app/models/renalware/patients.rb
renalware-core-2.0.146 app/models/renalware/patients.rb
renalware-core-2.0.145 app/models/renalware/patients.rb
renalware-core-2.0.144 app/models/renalware/patients.rb
renalware-core-2.0.143 app/models/renalware/patients.rb
renalware-core-2.0.142 app/models/renalware/patients.rb
renalware-core-2.0.141 app/models/renalware/patients.rb
renalware-core-2.0.140 app/models/renalware/patients.rb
renalware-core-2.0.139 app/models/renalware/patients.rb
renalware-core-2.0.138 app/models/renalware/patients.rb
renalware-core-2.0.137 app/models/renalware/patients.rb
renalware-core-2.0.136 app/models/renalware/patients.rb
renalware-core-2.0.135 app/models/renalware/patients.rb
renalware-core-2.0.134 app/models/renalware/patients.rb
renalware-core-2.0.133 app/models/renalware/patients.rb
renalware-core-2.0.132 app/models/renalware/patients.rb
renalware-core-2.0.131 app/models/renalware/patients.rb
renalware-core-2.0.130 app/models/renalware/patients.rb
renalware-core-2.0.129 app/models/renalware/patients.rb
renalware-core-2.0.128 app/models/renalware/patients.rb