Latest Release

  • Full release notes history can be found in Release Notes

    8.4.0 - June 2, 2023

    New

    • PaymentMethod.insuranceManualSelfWithPayor now takes in more insurance information. payorId (replaces providerId), and payorName
    • PaymentMethod.insuranceManualOtherWithPayor now takes in more insurance information. payorId (replaces providerId), payorName and subcriberId
    • Added getEMRPatient to PatientService to allow loading a patient information using a MyChartSSO authentication token

    Deprecations

    • PaymentMethod.insuranceManualSelf has been deprecated in favor of using PaymentMethod.insuranceManualSelfWithPayor. payorId is the new property to to pass in the insurance payor id.
    • PaymentMethod.insuranceManualOther has been deprecated in favor of using PaymentMethod.insuranceManualOtherWithPayor. payorId is the new property to to pass in the insurance payor id.
  • Full release notes history can be found in Release Notes

    8.4.0 June 2, 2023

    New

    • Added payorId and payorName support in InsuranceManualSelf.
    • Added payorId, payorName, and subscriberId support in InsuranceManualOther.
    • Added getEMRPatient to PatientService to allow loading a patient information using identity providers other than DexCare.

    Fixed

    • Updated dependency on Chucker so that SDK doesn’t conflict with client apps. You can now use Chucker dependency as recommended.
      debugImplementation "com.github.chuckerteam.chucker:library:<VERSION>"
      releaseImplementation "com.github.chuckerteam.chucker:library-no-op:<VERSION>"
      

    Deprecated

    • Deprecated providerId in both InsuranceManualOther and InsuranceManualSelf in favor of payorId.
    • Deprecated documents property in DexCarePatient. It wasn’t supported in previous versions but is now deprecated in this release to avoid breaking changes. Expect this to be removed in the next major release.