Impact Release Notes - 08272024
(Release to Pre-Production on 8/20/2024. Release to Production scheduled 8/27/2024)
New Features and Updates
Impact API
Added optional external identifier field to programs response
/api/v1/organizations/{validic_org_id}/users/{validic_user_uid}/programs
{ "user_programs": [ { "id": 62, "program_name": "Example Program", "program_external_identifier": "externalIdentifierString", "measurement_types": [ { "name": "blood_pressure", "display_name": "Blood pressure", "metric_types": [ "systolic", "diastolic", "pulse" ], "source": "omron", "source_type": "null", "source_connected_at": "2019-04-26T15:35:21Z", "last_uploaded_at": "2019-04-26T15:40:42Z" } ], "current_status": { "status": "active", "status_id": "5", "sub_status": "Device Account Synced", "transitioned_at": "2019-04-26T15:40:42Z" } } ] }
Updated Validic logo within the application
Validic Logistics customers
Added support for XL blood pressure cuff sizes where supported
Resolved Defects
Resolved issue with clinician dashboard chart y axis in scaling in certain scenarios