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
(replacesproviderId
), andpayorName
PaymentMethod.insuranceManualOtherWithPayor
now takes in more insurance information.payorId
(replacesproviderId
),payorName
andsubcriberId
- Added
getEMRPatient
toPatientService
to allow loading a patient information using a MyChartSSO authentication token
Deprecations
PaymentMethod.insuranceManualSelf
has been deprecated in favor of usingPaymentMethod.insuranceManualSelfWithPayor
.payorId
is the new property to to pass in the insurance payor id.PaymentMethod.insuranceManualOther
has been deprecated in favor of usingPaymentMethod.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
andpayorName
support inInsuranceManualSelf
. - Added
payorId
,payorName
, andsubscriberId
support inInsuranceManualOther
. - Added
getEMRPatient
toPatientService
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 bothInsuranceManualOther
andInsuranceManualSelf
in favor ofpayorId
. - Deprecated
documents
property inDexCarePatient
. 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.
- Added