import { Http } from '@angular/http'; import { Observable } from 'rxjs/Rx'; import { PatientCumulative } from 'stms-shared-models'; import { ModelBaseService } from "../model-base.service"; export declare class PatientCumulativeModelService extends ModelBaseService { constructor(http: Http); getCumulative(patientCode: number, testCode?: number, maxOrders?: number): Observable; }