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

add_helpers, from_response, from_response_inflected, get_inflected_class, #insurances, #to_json

Instance Method Details

#create(meta: Meta.new) ⇒ Object



14
15
16
# File 'lib/redox/models/medications.rb', line 14

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