Search

Help

Page 42 of 58. Showing 579 results (0.008 seconds)

  1. ETL Tools

    loads all data types for all studies Transmart-batch - https://github.com/thehyve/transmart-batch https://github.com/thehyve/transmart-batch •Developed
    i2b2 Working GroupsJul 03, 2018
  2. getServices - GetUserConfiguration Request Message

    is blank, then all projects that the user has access to are returned. The optional parameter <data_needed> specifies an XPATH type method to return parts
  3. get_dirty_state

    . Example: <message_body> <get_dirty_state/> </message_body> get_dirty_state Response Message A status type of DONE or ERROR is specified in the response
  4. move_child

    > move_child Response Message A status type of DONE or ERROR is specified in the response header. No specialized message_body is returned to the client
  5. rename_child

    > </work:rename_child> </message_body> rename_child Response Message A status type of DONE or ERROR is specified in the response header. No specialized
  6. Uses Style -

      Request DAO   User Data Object Element Catalog Element Name Type Description PM Module Module Authenticates
  7. deletechild

    > delete_child Response Message A status type of DONE or ERROR is specified in the response header. No specialized message_body is returned to the client
  8. i2b2_get_role($user_name, $project_id)

    , CURLOPT_POST, true); curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: text/xml')); curl_setopt($ch, CURLOPT_POSTFIELDS, "$request_xml"); curl_setopt
  9. i2b2_set_user($user_name, $full_name, $email, $status, $password)

    ('Content-Type: text/xml')); curl_setopt($ch, CURLOPT_POSTFIELDS, "$request_xml"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $data = curl_exec($ch
  10. i2b2_set_role($user_name, $role, $project_id)

    , CURLOPT_POST, true); curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: text/xml')); curl_setopt($ch, CURLOPT_POSTFIELDS, "$request_xml"); curl_setopt