/** * 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 { CDCONTENT } from "./CDCONTENT"; import { CompoundprescriptionType } from "./CompoundprescriptionType"; import { ErrorType } from "./ErrorType"; import { HcpartyType } from "./HcpartyType"; import { HolterType } from "./HolterType"; import { IDKMEHR } from "./IDKMEHR"; import { IncapacityType } from "./IncapacityType"; import { InsuranceType } from "./InsuranceType"; import { LnkType } from "./LnkType"; import { LocationBirthPlaceType } from "./LocationBirthPlaceType"; import { MaxrefType } from "./MaxrefType"; import { MedicationType } from "./MedicationType"; import { MedicinalProductType } from "./MedicinalProductType"; import { MinrefType } from "./MinrefType"; import { PersonType } from "./PersonType"; import { RefscopeType } from "./RefscopeType"; import { Substanceproduct } from "./Substanceproduct"; import { TextType } from "./TextType"; import { UnitType } from "./UnitType"; import { XMLGregorianCalendar } from "./XMLGregorianCalendar"; export declare class ContentType { constructor(json: JSON | any); bacteriology?: TextType; _boolean?: boolean; cds?: Array; compoundprescription?: CompoundprescriptionType; date?: Date; decimal?: number; ecg?: TextType; error?: ErrorType; hcparty?: HcpartyType; holter?: HolterType; ids?: Array; incapacity?: IncapacityType; insurance?: InsuranceType; lnks?: Array; location?: LocationBirthPlaceType; maxref?: MaxrefType; medication?: MedicationType; medicinalproduct?: MedicinalProductType; minref?: MinrefType; person?: PersonType; refscopes?: Array; substanceproduct?: Substanceproduct; texts?: Array; time?: Date; unit?: UnitType; unsignedInt?: number; year?: XMLGregorianCalendar; yearmonth?: XMLGregorianCalendar; }