ExportImportService
Allows for web service interaction with the OQA product.
The following operations are supported. For a formal definition, please review the Service Description.
-
AddClinicToEmployee
Web method to add a clinic to an employee. (This function is deprecated and will be removed in future versions. Please use AddClinicToEmployee_071701.) -
AddClinicToEmployee_071701
Web method to add a clinic to an employee. -
AddSecondaryClinician
Web method to add a secondary clinician to a client in the OQA system (This function is deprecated and will be removed in future versions. Please use AddSecondaryClinician_071701.) -
AddSecondaryClinician_071701
Web method to add a secondary clinician to a client in the OQA system -
EpisodeDischarge
Web method to discharge a client's current episode. -
EpisodeGetDischargeTypes
Web method to get a list of possible client discharge types. -
GenerateAdministrationAuthorizationCode
Web method to get an authorization code for an administration. -
GenerateURL
Web method to get a URL for online administration. -
GetAllClients
Web method to return an XML document containing the current list of clients from the OQA system. (This function is deprecated and will be removed in future versions. Please use GetAllClients_041202.) -
GetAllClients_041202
Web method to return an XML document containing the current list of clients from the OQA system -
GetAllClinicians
Web method to return an XML document containing the current list of clinicians from the OQA system -
GetAllEmployees
Web method to return an XML document containing the current list of employees from the OQA system. (This function is deprecated and will be removed in future versions. Please use GetAllEmployees_041202.) -
GetAllEmployees_041202
Web method to return an XML document containing the current list of employees from the OQA system -
GetAllSecondaryClinicians
Web method to return an XML document containing the current list of secondary clinicians from the OQA system for a users Agency. -
GetClient
Web method to return an XML document containing a single client from the OQA system -
GetClinician
Web method to return an XML document containing a single clinician from the OQA system -
GetEmployeeClinics
Web method to return an XML document containing a list of ClinicIDs assigned to the provided employee. If supplied iEmployeeID is -1 all clinics available to logged in user will be listed. -
GetEmployee_071701
Web method to return an XML document containing a single employee from the OQA system -
GetQuestionnaireSummaries
Web method to return an XML document containing completed questionnaire summaries. If MedRecordNumber is provided questionnaires will be filtered for the provided client. Episode type can be: All, Open, or Discharged (a blank value will default to All). InstrumentIds if provided will show only the instruments requested - integers are accepted and can be separated by commas (a blank value will default to all instruments). -
GetQuestionnaires
Web method to return an XML document containing completed questionnaires from the OQA system. (This function is deprecated and will be removed in future versions. Please use GetQuestionnaires_071701.) -
GetQuestionnaires_051302
Web method to return an XML document containing completed questionnaires from the OQA system (This function is deprecated and will be removed in future versions. Please use GetQuestionnaires_071701.) -
GetQuestionnaires_071701
Web method to return an XML document containing completed questionnaires. If MedRecordNumber is provided questionnaires will be filtered for the provided client. Episode type can be: All, Open, or Discharged (a blank value will default to All). InstrumentIds if provided will show only the instruments requested - integers are accepted and can be separated by commas (a blank value will default to all instruments). -
GetSecondaryClinicians
Web method to return an XML document containing the current list of secondary clinicians from the OQA system for a client. -
InactivateClient
Web method to inactivate a client within the user's agency. -
InsertClient
Web method to insert a client into the OQA system (This function is deprecated and will be removed in future versions. Please use InsertClient_081802.) -
InsertClient_041202
Web method to insert a client into the OQA system. (This function is deprecated and will be removed in future versions. Please use InsertClient_081902.) -
InsertClient_071602
Web method to insert a client into the OQA system. (This function is deprecated and will be removed in future versions. Please use InsertClient_081902.) -
InsertClient_071701
Web method to insert a client into the OQA system. (This function is deprecated and will be removed in future versions. Please use InsertClient_081902.) -
InsertClient_081902
Web method to insert a client into the OQA system -
InsertClient_082001
Web method to insert a client into the OQA system -
InsertDischargeType
Web method to insert a discharge type. -
InsertEmployee
Web method to insert an employee into the OQA system (supply -1 for SupervisorID when no supervisor desired) (This function is deprecated and will be removed in future versions. Please use InsertEmployee_071701.) -
InsertEmployee_041202
Web method to insert an employee into the OQA system (supply -1 for SupervisorID when no supervisor desired) (This function is deprecated and will be removed in future versions. Please use InsertEmployee_071701.) -
InsertEmployee_071701
Web method to insert an employee into the OQA system. -
InsertQuestionnaire
Web method to insert a completed questionnaire to the OQA system -
InsertQuestionnaire_081801
Web method to insert a completed questionnaire to the OQA system. strResponseData should be delimited by the '~' character. -
ReactivateClient
Web method to reactivate a client within the user's agency. -
RemoveClinicFromEmployee
Web method to remove a clinic from an employee. -
RemoveSecondaryClinician
Web method to remove a secondary clinician from a client in the OQA system. (This function is deprecated and will be removed in future versions. Please use RemoveSecondaryClinician_071701.) -
RemoveSecondaryClinician_071701
Web method to remove a secondary clinician from a client in the OQA system -
UpdateClient
Web method to update a client record in the database. (This function is deprecated and will be removed in future versions. Please use UpdateClient_071701.) -
UpdateClientField
Web method to update a client's dynamic field data one field at a time. -
UpdateClientField_082001
Web method to update a client's dynamic field data one field at a time. -
UpdateClientFields
Web method to update a client's dynamic field data. -
UpdateClient_041202
Web method to update a client record in the database. (This function is deprecated and will be removed in future versions. Please use UpdateClient_081902.) -
UpdateClient_071701
Web method to update a client record in the database. (A blank value for strNewMedicalRecordNumber should be provided as: ##BLANK##) (This function is deprecated and will be removed in future versions. Please use UpdateClient_081902.) -
UpdateClient_081902
Web method to update a client record in the database. (A blank value for strNewMedicalRecordNumber should be provided as: ##BLANK##) -
UpdateDischargeType
Web method to update a discharge type. -
UpdateEmployee
Web method to update an employee record in the database. (This function is deprecated and will be removed in future versions. Please use UpdateEmployee_071701.) -
UpdateEmployee_041202
Web method to update an employee record in the database (This function is deprecated and will be removed in future versions. Please use UpdateEmployee_071701.) -
UpdateEmployee_071701
Web method to update an employee record in the database. strEmployeePersonID or strEmployeeCustomID is required to identify employee to be updated. If both are provided strEmployeePersonID will be used. -
VerifyClient
Web method to verify a client.