InsuranceManualOther

fun InsuranceManualOther(firstName: String, lastName: String, gender: Gender?, dateOfBirth: LocalDate, memberId: String, providerId: String)

Parameters

firstName

The insurance owner's first name

lastName

The insurance owner's last name

gender

The insurance owner's gender

dateOfBirth

The insurance owner's date of birth

memberId

The insurance holder's member id, which can be found on the insurance card.

providerId

The unique id of the insurance payer, which can be found using org.dexcare.services.payment.PaymentService.getInsurancePayers.