Class: ChangeHealthcare::OrderableDoc
Overview
Class Method Summary
collapse
configuration, #initialize
Class Method Details
.attributes ⇒ Object
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_name ⇒ Object
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
|