/** * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 1.0.2 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import { XHR } from "./XHR"; import * as models from "../model/models"; export declare class iccInvoiceApi { host: string; headers: Array; fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise; constructor(host: string, headers: any, fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise); setHeaders(h: Array): void; handleError(e: XHR.Data): void; appendCodes(userId: string, type: string, sentMediumType: string, insuranceId?: string, secretFKeys?: string, invoiceId?: string, gracePriod?: number, body?: Array): Promise | any>; createInvoice(body?: models.InvoiceDto): Promise; deleteInvoice(invoiceId: string): Promise; filterBy(body?: models.FilterChain): Promise | any>; findByAuthor(hcPartyId: string, fromDate?: number, toDate?: number, startKey?: string, startDocumentId?: string, limit?: number): Promise; findByHCPartyPatientSecretFKeys(hcPartyId?: string, secretFKeys?: string): Promise | any>; findDelegationsStubsByHCPartyPatientSecretFKeys(hcPartyId?: string, secretFKeys?: string): Promise | any>; getInvoice(invoiceId: string): Promise; getInvoices(body?: models.ListOfIdsDto): Promise | any>; getTarificationsCodesOccurences(minOccurences: number): Promise | any>; listAllHcpsByStatus(status: string, from?: number, to?: number, body?: models.ListOfIdsDto): Promise | any>; listByContactIds(body?: models.ListOfIdsDto): Promise | any>; listByHcPartyGroupId(hcPartyId: string, groupId: string): Promise | any>; listByHcPartySentMediumTypeInvoiceTypeSentDate(hcPartyId: string, sentMediumType: "cdrom" | "eattest" | "efact" | "email" | "mediprima" | "paper", invoiceType: "patient" | "mutualfund" | "payingagency" | "insurance" | "efact" | "other", sent: boolean, from?: number, to?: number): Promise | any>; listByHcpartySendingModeStatusDate(hcPartyId: string, sendingMode?: string, status?: string, from?: number, to?: number): Promise | any>; listByIds(invoiceIds: string): Promise | any>; listByRecipientsIds(recipientIds: string): Promise | any>; listByServiceIds(serviceIds: string): Promise | any>; listToInsurances(userIds?: string): Promise | any>; listToInsurancesUnsent(userIds?: string): Promise | any>; listToPatients(hcPartyId?: string): Promise | any>; listToPatientsUnsent(hcPartyId?: string): Promise | any>; mergeTo(invoiceId: string, body?: models.ListOfIdsDto): Promise; modifyInvoice(body?: models.InvoiceDto): Promise; newDelegations(invoiceId: string, body?: Array): Promise; reassignInvoice(body?: models.InvoiceDto): Promise; removeCodes(userId: string, serviceId: string, secretFKeys?: string, body?: Array): Promise | any>; setInvoicesDelegations(body?: Array): Promise; validate(invoiceId: string, scheme?: string, forcedValue?: string): Promise; }