/** * 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 { ObservationRequestDTOAPI } from './observationRequestDTOAPI'; export interface SpecimenDTOAPI { id?: string; sampleContainerTypeId?: string; material?: string; specimenNumberWithinOrder?: number; materialReferencedId?: string; region?: string; regionReferencedId?: string; clinicalDiagnosis?: string; sideReferencedId?: string; side?: string; clinicalDiagnosisReferencedId?: string; producerId?: string; orderId?: string; createdDate?: string; specimenId?: string; isIdNotSet?: boolean; isMaterialRegionInLabeneXML?: boolean; majorArea?: string; observationRequests?: Array; }