Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

(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

AIS-1296: impact-am | Add items for JSON Web Key Sets
IC-2603: Weight management goal changes the Y axis of other charts

AIS-1282: fulfillment-api | changes to support XL cuff size
/wiki/spaces/RPM/pages/4090757121

  • No labels