export interface Posologies {
    decodedPosology: string;
    posologies: Posology[];
}
export interface Posology {
    code: number;
    patientGroundCode: number;
    patientGround: string;
    patientGroundAge1: string;
    patientGroundAge2: string;
    patientGroundWeight1: string;
    patientGroundWeight2: string;
    implicit: number;
    indicationCode: string;
    indicationLabel: string;
    profilCode: number;
    profilLabel: string;
    typeCode: number;
    typeLabel: string;
    routeCode: number;
    routeLabel: string;
    biologicalCriterion: string;
    biologicalValue: string;
    quantity1: string;
    quantity2: string;
    intakeUnitCode: number;
    intakeUnitLabel: string;
    perKilo: number;
    adequacy: number;
    byCode: string;
    howMuch1: string;
    howMuch2: string;
    every: number;
    duration1Code: number;
    duration1Label: string;
    duration1PluralLabel: string;
    momentCode: number;
    momentLabel: string;
    momentCoeff: number;
    during1: string;
    during2: string;
    duration2Code: number;
    duration2Label: string;
    duration2PluralLabel: string;
    maximum: string;
    weightMaximum: string;
    duration3Code: number;
    duration3Label: string;
    duration3PluralLabel: string;
    intakeSpecification1Code: number;
    intakeSpecification1Label: string;
    intakeSpecification2Code: number;
    intakeSpecification2Label: string;
    intakeHours: string;
    numberOfUnits: number;
    comment: string;
    decodedPosology: string;
    patientPosology: number;
    isActive: boolean;
    productId: number;
}
//# sourceMappingURL=posology-list.interface.d.ts.map