Skip to content

openpra-monorepo


Variable: DosimetryAnalysisSchema

const DosimetryAnalysisSchema: ZodObject<{ breathingRates: ZodObject<{ approach: ZodEnum<{ GENERIC: "GENERIC"; PER_COHORT_JUSTIFIED: "PER_COHORT_JUSTIFIED"; }>; description: ZodOptional<ZodString>; }, $strip>; cloudImmersionModel: ZodObject<{ approach: ZodEnum<{ FINITE_PLUME_OR_CORRECTED: "FINITE_PLUME_OR_CORRECTED"; SEMI_INFINITE: "SEMI_INFINITE"; }>; description: ZodOptional<ZodString>; }, $strip>; dcf: ZodObject<{ source: ZodString; type: ZodEnum<{ EFFECTIVE: "EFFECTIVE"; ORGAN_SPECIFIC: "ORGAN_SPECIFIC"; }>; }, $strip>; dispersionResultsUsed: ZodBoolean; doseAggregationMethod: ZodOptional<ZodString>; dosimetryModelsUsed: ZodOptional<ZodString>; exposurePathways: ZodArray<ZodObject<{ exclusionJustification: ZodOptional<ZodString>; included: ZodBoolean; pathway: ZodEnum<{ CLOUDSHINE: "CLOUDSHINE"; GROUNDSHINE: "GROUNDSHINE"; INGESTION: "INGESTION"; INHALATION: "INHALATION"; SKIN_DEPOSITION: "SKIN_DEPOSITION"; }>; }, $strip>>; exposurePeriods: ZodArray<ZodObject<{ justification: ZodString; period: ZodString; }, $strip>>; groundshineIntegration: ZodOptional<ZodString>; implementsSrs: ZodArray<ZodObject<{ hlr: ZodEnum<{ A: "A"; B: "B"; C: "C"; D: "D"; E: "E"; F: "F"; G: "G"; H: "H"; I: "I"; }>; sr: ZodString; }, $strip>>; ingestionTreatment: ZodObject<{ approach: ZodEnum<{ EXCLUDED: "EXCLUDED"; GENERIC_INTAKE: "GENERIC_INTAKE"; }>; description: ZodOptional<ZodString>; }, $strip>; modelUncertainty: ZodObject<{ alternatives: ZodArray<ZodString>; assumptions: ZodArray<ZodString>; sources: ZodArray<ZodString>; }, $strip>; occupancyConsiderations: ZodOptional<ZodString>; parameterUncertaintyCharacterization: ZodOptional<ZodString>; radionuclideDecayConsideration: ZodOptional<ZodString>; receptorTypes: ZodOptional<ZodArray<ZodString>>; shieldingConsiderations: ZodOptional<ZodString>; skinBetaTreatment: ZodOptional<ZodString>; }, $strip>

Defined in: rc/radiological-consequence-analysis.ts:355