Class: ChangeHealthcare::OrderableDoc

Inherits:
BaseApiObject show all
Defined in:
lib/change_healthcare/orderable_doc.rb

Overview

Class Method Summary collapse

Methods inherited from BaseApiObject

configuration, #initialize

Constructor Details

This class inherits a constructor from ChangeHealthcare::BaseApiObject

Class Method Details

.attributesObject



3
4
5
# File 'lib/change_healthcare/orderable_doc.rb', line 3

def self.attributes
  [:orderable, :document, :orderable_description, :orderabledoc, :order_code]
end

.chc_object_nameObject



9
10
11
# File 'lib/change_healthcare/orderable_doc.rb', line 9

def self.chc_object_name
  "orderabledoc"
end

.search_docs_for_order(params = {}) ⇒ Object



13
14
15
16
# File 'lib/change_healthcare/orderable_doc.rb', line 13

def self.search_docs_for_order(params={})
  resp = call_api(__method__.to_s, params, false)
  response_to_list(resp)
end