Class: ChangeHealthcare::ReportDoc
Class Method Summary
collapse
configuration, #initialize
Class Method Details
.attributes ⇒ Object
2
3
4
5
6
|
# File 'lib/change_healthcare/report_doc.rb', line 2
def self.attributes
[
:body_text, :mime_type
]
end
|
.chc_object_name ⇒ Object
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
|