Method: Unityapi::UnityClient#save_hie_document
- Defined in:
- lib/unityapi/unity_client.rb
#save_hie_document(user_id, patient_id, xml_params, ced_xml) ⇒ Object
390 391 392 393 |
# File 'lib/unityapi/unity_client.rb', line 390 def save_hie_document(user_id, patient_id, xml_params, ced_xml) response = magic_action("SaveHIEDocument", user_id, patient_id, xml_params, ced_xml) return response.body[:magic_response][:magic_result][:diffgram][:savehiedocumentresponse][:savehiedocumentinfo] end |