Class: ChangeHealthcare::OrganizationLab
- Inherits:
-
BaseApiObject
- Object
- BaseApiObject
- ChangeHealthcare::OrganizationLab
- Defined in:
- lib/change_healthcare/organization_lab.rb
Overview
Class Method Summary collapse
- .attributes ⇒ Object
- .chc_object_name ⇒ Object
-
.search_orderable_labs(params = {}) ⇒ Object
cli-cert.emdeon.com/api/cert/organizationlab.html#search_orderable_labs sample params: “Y”, child_only: “Y”.
Methods inherited from BaseApiObject
Constructor Details
This class inherits a constructor from ChangeHealthcare::BaseApiObject
Class Method Details
.attributes ⇒ Object
3 4 5 6 7 8 9 10 11 |
# File 'lib/change_healthcare/organization_lab.rb', line 3 def self.attributes [ :address_1, :address_2, :can_order_thru, :city, :clia_number, :discrete_result, :enable_irbcl, :is_beacon, :is_default, :lab, :lab_code, :lab_name, :organization, :organizationlab, :parent_lab_code, :parent_lab_name, :parentlab, :payer_priority, :sequence, :state, :transfer_id, :transmission_mode, :zip ] end |
.chc_object_name ⇒ Object
15 16 17 |
# File 'lib/change_healthcare/organization_lab.rb', line 15 def self.chc_object_name "organizationlab" end |
.search_orderable_labs(params = {}) ⇒ Object
cli-cert.emdeon.com/api/cert/organizationlab.html#search_orderable_labs sample params: “Y”, child_only: “Y”
21 22 23 24 |
# File 'lib/change_healthcare/organization_lab.rb', line 21 def self.search_orderable_labs(params={}) resp = call_api(__method__.to_s, params) response_to_list(resp) end |