† user_get_professional_speciality_list ()
Deprecated and removed in API Version 2.8.1
This function had a dummy implementation (not functional)
user_get_professional_speciality_list ( session, category )
Is a function to retrieve a set of "specialities" from "categorys" from the user "professional" roles like "Nurse", "Doctor",.... | |
Input parameters: | session: a token obtained by calling session_init () category: reference to a category.user_get_professional_category_list( session, professional_role ) must be called previously |
Output parameters: | result: a professional role list XML 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: | user_get_professional_speciality_list ( “LCAAAAAAAAAAAA”, "23") |
Response sample: | <?xml version="1.0" encoding="utf-8" standalone="yes"?> <result>
<speciality_list>
<speciality>
<ref>28</ref>
<description>Instrumentista</description>
</speciality>
...
</speciality_list>
</result> <ErrorMsg></ErrorMsg> |
Notes: |
|