UNPKG

@ssecd/jkn

Version:

JKN (BPJS) Bridging API untuk NodeJS

14 lines (13 loc) 399 B
import { ApotekBaseApi } from './base.js'; export class PRB extends ApotekBaseApi { /** * Data rekap peserta PRB yang baru dilakukan PRB oleh Faskes */ async rekapPeserta(params) { return this.send({ name: this.name + 'Data Klaim', path: `/Prb/rekappeserta/tahun/${params.tahun}/bulan/${params.bulan}`, method: 'GET' }); } }