class Redox::Request::PatientSearch
Constants
- QUERY_ENDPOINT
- QUERY_META
Public Class Methods
query(params, meta: Redox::Models::Meta.new)
click to toggle source
# File lib/redox/request/patient_search.rb, line 7 def self.query(params, meta: Redox::Models::Meta.new) meta = QUERY_META.merge(meta) return Redox::Models::Model.from_response((RedoxClient.connection.request(endpoint: QUERY_ENDPOINT, body: Redox::Request.build_body(params, meta)))) end