listToPatients method
Implementation
Future<List<EncryptedInvoice>> listToPatients(String hcPartyId) async {
return await CardinalSdkPlatformInterface.instance.apis.invoice.encrypted.listToPatients(
_sdkId,
hcPartyId,
);
}
Future<List<EncryptedInvoice>> listToPatients(String hcPartyId) async {
return await CardinalSdkPlatformInterface.instance.apis.invoice.encrypted.listToPatients(
_sdkId,
hcPartyId,
);
}