Class: ChangeHealthcare::ReportDoc

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

Class Method Summary collapse

Methods inherited from BaseApiObject

configuration, #initialize

Constructor Details

This class inherits a constructor from ChangeHealthcare::BaseApiObject

Class Method Details

.attributesObject



2
3
4
5
6
# File 'lib/change_healthcare/report_doc.rb', line 2

def self.attributes
  [
    :body_text, :mime_type
  ]
end

.chc_object_nameObject



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

def self.chc_object_name
  "reportdoc"
end

.search(params) ⇒ Object



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

def self.search(params)
  resp = call_api(__method__.to_s, params, false)
  response_to_list(resp)
end