Skip to content

8.4.0

Compare
Choose a tag to compare
@civatrix civatrix released this 02 Jun 16:49
· 3 commits to master since this release

8.4.0

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.