Class: ChangeHealthcare::LabSystemCode

Inherits:
BaseApiObject show all
Defined in:
lib/change_healthcare/lab_system_code.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/lab_system_code.rb', line 3

def self.attributes
  [ :code_type, :lab, :lab_system_code, :system_code ]
end

.chc_object_nameObject



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

def self.chc_object_name
  "labsystemcode"
end

.search_uniq_codes(params = {}) ⇒ Object

cli-cert.emdeon.com/api/cert/labsystemcode.html#search_uniq_codes params = 23402537, code_type: “ORD_CATEG”



15
16
17
18
# File 'lib/change_healthcare/lab_system_code.rb', line 15

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