upload Insurance Card
abstract fun uploadInsuranceCard(frontImage: Bitmap, backImage: Bitmap): DataObserver<String>
Content copied to clipboard
Provides an api to allow uploading of front and back of insurance card.
Return
The insurance card id which should be used to create a org.dexcare.services.models.InsuranceImageSelf or org.dexcare.services.models.InsuranceImageOther for use in booking a visit.
Parameters
frontImage
A photo bitmap of the front of the insurance card.
backImage
A photo bitmap of the back of the insurance card.