;


Assessment
Provides a method of retrieving assessment information from the PAC Metrix system.

api/Assessment/GetAssessmentsByPatientId - GET Returns assessments for a PAC Metrix patient using the external patient id.

Method Details

Method: https://login.pac-metrix.com/api/api/Assessment/GetAssessmentsByPatientId (GET)
Usage:
Use this method to receive data about assessments taken in the PAC Metrix system.
Inputs:
stringapikey Obtained through successful authentication.
stringpatientId The external patient id of an existing PAC Metrix patient.
Returns:
Assessment[] See API Objects for details.
;