/** * Mercurius API * API für Merciurius. * * The version of the OpenAPI document: 0.0.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { EntityListDTO } from './entityListDTO'; import { TariffDetailDTO } from './tariffDetailDTO'; export interface TestDTO { id?: string; name?: string; shortName?: string; comment?: string; commentCharging?: string; commentSpecimenType?: string; alias?: string; producer?: string; processor?: string; requiredDiagnosis?: Array; testType?: number; laboratoryWorkspaceId?: number; shortNameReferralDocument?: string; code?: string; maximumDaysOfAdditionalObservationRequest?: number; isHidden?: boolean; isMessageOnly?: boolean; isMultipleOrderable?: boolean; codeInAnswerMessage?: string; sampleContainerTypes?: Array; orderPlacerOrderableGroup?: Array; tariffDetailId?: Array; tariffHealthInsurance?: TariffDetailDTO; tariffPatient?: TariffDetailDTO; tariffDoctor?: TariffDetailDTO; tariffLG?: TariffDetailDTO; entityList?: Array; identifierOnSpecimenLabel?: string; sort?: number; }