b.well SDK v1.2.6

b.well SDK v1.2.6 Change Log

  • syncStatus is now set properly when syncErrors are returned for a connection.
    • syncStatus = ERROR if no data from the connection can be saved to the FHIR server OR if PERSON_MATCHING_ERROR is returned in syncErrors
    • If data from the connection is saved to the FHIR server and PERSON_MATCHING_ERROR is not returned, syncStatus = RETRIEVED. Other syncErrors could still be returned in this case.
    • Please reference the Connection State Diagram for more detail.