/
† admission_datacodes_list ()

† admission_datacodes_list ()

Function prototype
admission_datacodes_list ( session, admission )

DEPRECATED IN API VERSION 2.7.31 This function was only partially implemented and has never been used

admission_datacodes_list ( session, admission )

This function has been deprecated. Use case_evolution_list() instead

Is a function to obtain the list of datacodes monitorized in the admission.

Input

parameters:

session: a token obtained from a session_init () call

admission: is the ID of the admission of the patient (case)

Output

parameters:

result: is the list of datacode goals for an admission

ErrorMsg: any fault in the call, either in the validation of input parameters, errors in the connection to the database or any other error, this parameter returns the error message produced

Request

sample:

admission_datacodes_list (“LCAAAAAAAAAAAA”, “123”)

Response

sample:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<result>

<admission_summary>

<ref>164</ref>

<data_codes>

  <data_code>

    <ref>OS2_SAT</ref>

    <description>OS2 SATURATION</description>

  </data_code>

  <data_code>

    <ref>STEPS</ref>

    <description>STEPS</description>

  </data_code>

  <data_code>

    <ref>ACTIVITY</ref>

    <description>ACTIVITY</description>

  </data_code>

</data_codes>

</admission_summary>

</result>

<ErrorMsg></ErrorMsg>

Notes:


Related content