getInsurancePayers

abstract fun getInsurancePayers(tenant: String): DataObserver<List<InsurancePayer>>

Provides an api for getting insurance payers

Return

The list of InsurancePayer available for the given tenant

Parameters

tenant

The tenant to get insurance payers for

Throws