Method: Unityapi::UnityClient#get_rounding_list_entries

Defined in:
lib/unityapi/unity_client.rb

#get_rounding_list_entries(user_id, patient_list_id, sort_field, sort_order, org_id, timezone_offset) ⇒ Object



278
279
280
281
# File 'lib/unityapi/unity_client.rb', line 278

def get_rounding_list_entries(user_id, patient_list_id, sort_field, sort_order, org_id, timezone_offset)
  response = magic_action("GetRoundingListEntries", user_id, nil, patient_list_id, sort_field, sort_order, org_id, timezone_offset)
  return response.body[:magic_response][:magic_result][:diffgram][:getroundinglistentriesresponse][:getroundinglistentriesinfo]
end