Class: Redox::Models::Medications

Inherits:
AbstractModel show all
Defined in:
lib/redox/models/medications.rb

Constant Summary

Constants inherited from AbstractModel

AbstractModel::HIGH_LEVEL_KEYS

Instance Method Summary collapse

Methods inherited from AbstractModel

from_response, from_response_inflected, #insurances, #to_json

Instance Method Details

#create(meta: Meta.new) ⇒ Object



12
13
14
# File 'lib/redox/models/medications.rb', line 12

def create(meta: Meta.new)
  Redox::Request::Medications.administration(patient: self, meta: meta)
end