/** * 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 { AuthorType } from "./AuthorType"; import { CDITEM } from "./CDITEM"; import { CertaintyType } from "./CertaintyType"; import { ConfidentialityType } from "./ConfidentialityType"; import { ContentType } from "./ContentType"; import { CostType } from "./CostType"; import { DayperiodType } from "./DayperiodType"; import { DurationType } from "./DurationType"; import { Feedback } from "./Feedback"; import { FrequencyType } from "./FrequencyType"; import { IDKMEHR } from "./IDKMEHR"; import { KmehrRegimen } from "./KmehrRegimen"; import { LifecycleType } from "./LifecycleType"; import { LnkType } from "./LnkType"; import { LocalitemattributeType } from "./LocalitemattributeType"; import { MomentType } from "./MomentType"; import { Posology } from "./Posology"; import { QuantityType } from "./QuantityType"; import { RenewalType } from "./RenewalType"; import { RouteType } from "./RouteType"; import { SeverityType } from "./SeverityType"; import { SiteType } from "./SiteType"; import { StrengthType } from "./StrengthType"; import { TemporalityType } from "./TemporalityType"; import { TextType } from "./TextType"; import { UrgencyType } from "./UrgencyType"; export declare class ItemType { constructor(json: JSON | any); author?: AuthorType; batch?: string; beginmoment?: MomentType; cds?: Array; certainty?: CertaintyType; confidentiality?: ConfidentialityType; contents?: Array; cost?: CostType; dayperiods?: Array; deliverydate?: Date; duration?: DurationType; endmoment?: MomentType; feedback?: Feedback; frequency?: FrequencyType; ids?: Array; instructionforoverdosing?: TextType; instructionforpatient?: TextType; instructionforreimbursement?: TextType; iscomplete?: boolean; isrelevant?: boolean; issubstitutionallowed?: boolean; isvalidated?: boolean; lifecycle?: LifecycleType; lnks?: Array; locals?: Array; posology?: Posology; quantity?: QuantityType; recorddatetime?: Date; regimen?: KmehrRegimen; renewal?: RenewalType; route?: RouteType; severity?: SeverityType; sites?: Array; strength?: StrengthType; temporality?: TemporalityType; texts?: Array; urgency?: UrgencyType; }