Blog from August, 2024

(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

(Release to Pre-Production on 8/6/2024. Release to Production scheduled 8/13/2024)

New Features and Updates

  • Clinician Dashboard

    • Minor styling updates to the program ellipsis menu

  • Validic Logistics Customers - re-enrollment device orders are now supported

 

Resolved Defects

  • N/A

Please note that we will be moving to a new mobile release portal in the coming months. The current portal will continue to be available and host new release files but we think you’ll be excited to see what’s coming in the new portal. 

Mobile clients, you should have received an email from your Validic Client Success Executive. If you have not, please reach out to your Client Success Executive as soon as possible for next steps. 

We want to check on your use of the mobile SDKs and wrappers. We also want to confirm everyone will have access to the release artifacts they need in the new mobile portal. Thank you for your time and feedback!

Cordova Wrappers Released

  • Cordova 1.16.4 Full Release

  • Cordova 1.16.4 Aggregator Release

Cordova Changes

General

  • Bump cordova-android to 13.0.0

  • Bundled native SDKs upgraded to:

    • iOS v1.16.3

    • Android v1.16.6

Session

  • Fix incorrect AndroidManifest merge issue

Bluetooth

  • Do not auto submit records during pairing

Apple Health

  • Add missing JavaScript constants for HKSampleTypes