Class: Redox::Models::Medications
- Inherits:
-
AbstractModel
- Object
- Hashie::Trash
- AbstractModel
- Redox::Models::Medications
- 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: ) end |