/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * 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. */ import { RecipeCDITEM } from "./RecipeCDITEM"; import { RecipePosology } from "./RecipePosology"; import { RecipeRegimen } from "./RecipeRegimen"; import { RecipebasicIDKMEHR } from "./RecipebasicIDKMEHR"; import { RecipecontentType } from "./RecipecontentType"; import { RecipedurationType } from "./RecipedurationType"; import { RecipefrequencyType } from "./RecipefrequencyType"; import { RecipelifecycleType } from "./RecipelifecycleType"; import { RecipemomentType } from "./RecipemomentType"; import { RecipequantityType } from "./RecipequantityType"; import { ReciperenewalType } from "./ReciperenewalType"; import { ReciperouteType } from "./ReciperouteType"; import { RecipetemporalityType } from "./RecipetemporalityType"; import { TextType } from "./TextType"; import { XMLGregorianCalendar } from "./XMLGregorianCalendar"; export declare class RecipeitemType { constructor(json: JSON | any); beginmoment?: RecipemomentType; cd?: RecipeCDITEM; content?: RecipecontentType; deliverydate?: XMLGregorianCalendar; duration?: RecipedurationType; endmoment?: RecipemomentType; frequency?: RecipefrequencyType; id?: RecipebasicIDKMEHR; instructionforpatient?: TextType; instructionforreimbursement?: TextType; issubstitutionallowed?: boolean; lifecycle?: RecipelifecycleType; posology?: RecipePosology; quantity?: RecipequantityType; regimen?: RecipeRegimen; renewal?: ReciperenewalType; route?: ReciperouteType; temporality?: RecipetemporalityType; }