Skip to main content

Enumerations and codes

The fixed classification values used across Erde records: statuses, types, units, roles, and codes. Use it to confirm an exact value when you read an API response, build an import file, or interpret a grid.

Each value has a Code and a display Name. The Name column in the tables below shows that display label, not the internal identifier. Responses send the Code (for example, MB for a method blank); requests accept the Code, the display Name, or the internal identifier, case-insensitively. Persisted values are constrained to the Code, so the Code is the value that travels on the wire and is stored. Where the two-argument form is used, the Code and Name are identical.

These values are fixed in the product and cannot be edited. They are distinct from reference data such as analytes, methods, the lab measurement-unit list, and matrices, which administrators maintain. The one exception noted below is the Matrix value set, which is editable reference data classified by the fixed Matrix type enumeration.

These fixed enumeration codes are also different from the Code you assign to a record such as a Site, Sample, or Lab Report — see Codes and names for that convention and the characters a record Code allows.

Laboratory operations

Status, classification, and run values for Lab Reports, Lab Analyses, and Lab Results. See the lab data reference for the full field tables.

Lab Report status

CodeName
DraftDraft
PreliminaryPreliminary
ApprovedApproved
RejectedRejected
ValidatedValidated

A new Lab Report defaults to Draft. Reaching Validated requires the current status to be Approved.

Sample origin

The origin of a report sample on a Lab Report.

CodeName
FieldField
LabLab

Lab QC type

The quality-control classification carried on a report sample.

CodeName
MBMethod Blank
LCSLaboratory Control Sample
LCSDLaboratory Control Sample Duplicate
MSMatrix Spike
MSDMatrix Spike Duplicate
LDLaboratory Duplicate

Batch type

The kind of laboratory batch on a Lab Report. Batch identity is code + type within the report, so the same code can name both a preparation and an analysis batch. An extraction or digestion lot is recorded as a Preparation batch — the procedure itself is the analysis's Preparation Method.

CodeName
PreparationPreparation
LeachLeach
AnalysisAnalysis

Analysis run type

The kind of run a Lab Analysis records. Defaults to Initial.

CodeName
INInitial
RAReanalysis
REReextraction
DLDilution

Basis

The reporting basis of a Lab Result. Basis is result identity: one analysis can report the same analyte at more than one basis (wet, dry, and lipid-normalized siblings from a single run). For uniqueness it counts as dry vs lipid vs non-dry — As Received and Wet Weight both mean "no moisture correction," so two rows for one analyte differing only in that wording are duplicates. Lipid Weight applies to tissue chemistry; recording it on a non-biota matrix warns.

CodeName
ARAs Received
DDry Weight
WWet Weight
LLipid Weight

Fraction

The analytical fraction of a Lab Analysis.

CodeName
TTotal
DDissolved
TRTotal Recoverable
ASAcid Soluble
EExtractable
FFree
SSuspended

The screening fraction set (under Data analysis and screening) mirrors these codes and adds an Any wildcard.

GC column

The gas-chromatography column a result came from.

CodeName
1CPrimary
2CConfirmation

Time unit

Used for radiochemistry count time on a Lab Analysis.

CodeName
SECSeconds
MINMinutes
HRHours

Lab result type

The kind of outcome a Lab Result records.

CodeName
TARTarget
SURSurrogate
ISInternal Standard
TICTentatively Identified

Uncertainty basis

The statistical coverage a lab reported its radiochemistry counting error and total propagated uncertainty at. Optional and never defaulted — when the deliverable does not state it, the field stays empty. Combined standard uncertainty is by definition 1-sigma and is not qualified by this value.

CodeName
1S1 Sigma
2S2 Sigma
3S3 Sigma
CL9595% Confidence Level
CL9999% Confidence Level

Validation level

The data-quality review level applied to a result. The set is a flat union of the U.S. Environmental Protection Agency (EPA) stage ladder and a review-kind set; no rank ordering is modelled.

CodeName
S1Stage 1
S2AStage 2A
S2BStage 2B
S3Stage 3
S4Stage 4
RReviewed
PSProject Specific
OOther
LLegacy

Detected result

CodeName
YYes
NNo

Reportable result

CodeName
YYes
NNo

Analyte type

The classification of an Analyte.

CodeName
OrganicOrganic
InorganicInorganic
RadionuclideRadionuclide
BiologicalBiological
ConventionalConventional

Analyte purpose

CodeName
TargetTarget
SurrogateSurrogate
InternalStandardInternal Standard

Samples and Chain of Custody

Type and status values for Samples and the Chain of Custody.

Sample type

The kind of Sample. Each type sits in a category — Field for real field samples, FieldQC for field quality-control samples.

CodeNameCategory
NNormalField
FDField DuplicateField
SPSplitField
TBTrip BlankFieldQC
ERBEquipment Rinsate BlankFieldQC
FBField BlankFieldQC

Sample status

The point a Sample has reached in the sampling process. Whether the sample has been analyzed is not a status — it is shown separately on the Samples grid, derived from whether any lab analysis references the sample.

CodeName
PlannedPlanned
CollectedCollected
VoidedVoided

Sample archive status

An optional, separate disposition for samples held in reserve as archives — independent of the sample status above. A sample with no archive status is not an archive. A planned archive is a sample whose status is Planned and whose archive status is Archived.

CodeName
ArchivedArchived
DisposedDisposed

Chain of Custody status

CodeName
DraftDraft
SubmittedSubmitted
ReceivedReceived
ClosedClosed

Matrix

Matrix type

The physical-state classification applied to every matrix. The individual matrices themselves (Groundwater, Soil, and the like) are rows of editable reference data classified by these types, not a fixed enumeration — your deployment's list lives under Reference Data → Matrices.

CodeName
SolidSolid
AqueousAqueous
GaseousGaseous
SemiSolidSemi-Solid
BiotaBiota
NonAqueousLiquidNon-Aqueous Liquid

Field monitoring

Method and unit values for water levels, well purges, and continuous loggers. See Record monitoring data.

Water level measurement method

The physical tool used to take a reading. Shared by Water Level readings on wells and groundwater observations on boreholes.

CodeName
ElectricTapeElectric Tape
InterfaceProbeInterface Probe
PressureTransducerPressure Transducer
SonicAcousticSonic / Acoustic
VisualEstimateVisual Estimate
AirLineAirline
SteelTapeSteel Tape
OtherOther

Water level unit

CodeName
ftFeet
mMeters

Purge method

The method used for a Well Purge.

CodeName
LowFlowLow-Flow (Micropurge)
ConventionalVolumeConventional (Volume-Based)
LowYieldLow-Yield (Purge & Recover)
OtherOther

Purge criterion

The condition used to decide a purge is complete.

CodeName
StabilizationParameter Stabilization
CasingVolumesCasing Volumes
FixedVolumeFixed Volume
FixedDurationFixed Duration
PurgedDryPurged to Dryness
OtherOther

Logger channel sensor basis

The reference basis of a Logger Channel sensor. Optional; an unset value means unspecified or not applicable.

CodeName
AbsoluteAbsolute (raw)
VentedVented
CompensatedCompensated
DerivedDerived

Imports

Status, type, and processing values for the import pipeline. See Import formats for how values map to columns.

Import status

The lifecycle state of an Import.

CodeName
DraftDraft
ValidatingValidating
ValidationFailedValidation Failed
NothingToCommitNothing to Commit
ReadyToCommitReady to Commit
CommittingCommitting
CommittedCommitted
CommitFailedCommit Failed
RollingBackRolling Back
RolledBackRolled Back
RollbackFailedRollback Failed

Import type

The kind of data an import loads. Types marked Requires project must be loaded into a Project.

CodeNameRequires project
LocationLocation
CoordinateCoordinate
WellWell
BoreholeBorehole
SedimentCoreSediment Core
TestPitTest Pit
SampleSampleYes
LabReportLab ReportYes
LabResultLab ResultsYes
WaterLevelWater LevelYes
WellPurgeWell PurgeYes
FieldParameterField ParameterYes
LoggerLoggerYes

Import mode

Imports run in Create mode; Update and Merge are defined but not consumed by any import format.

CodeName
CreateCreate
UpdateUpdate
MergeMerge

Import action

The per-row action chosen during validation.

CodeName
CreateCreate
UpdateUpdate
SkipSkip

Import row status

The outcome of an individual import row.

CodeName
PendingPending
ValidValid
InvalidInvalid
ProcessedProcessed
FailedFailed
SkippedSkipped
ExcludedExcluded

Import source

How the import data arrived.

CodeName
FileUploadFile Upload
ApiUploadAPI Upload
ManualEntryManual Entry

Data analysis and screening

Status, fraction, qualifier, and handling values for screening and Data Management Plans.

Screening criteria set status

CodeName
DraftDraft
ActiveActive
SupersededSuperseded
ArchivedArchived

Screening fraction

The fraction a screening level applies to. Mirrors the lab Fraction codes and adds an Any wildcard.

CodeName
ANYAny (all fractions)
TTotal
DDissolved
TRTotal Recoverable
ASAcid Soluble
EExtractable
FFree
SSuspended

Upper limit qualifier

How a result is compared against an upper screening limit. Defaults to GreaterThan.

CodeName
GreaterThanGreater than
GreaterOrEqualGreater than or equal

Lower limit qualifier

How a result is compared against a lower screening limit. Defaults to LessThan.

CodeName
LessThanLess than
LessOrEqualLess than or equal

Screening criteria set color

The color identity of a Screening Criteria Set. Only the Code is stored; the rendered hue is held client-side and keyed by palette index. Defaults to Crimson (palette index 0).

CodeNamePalette index
CrimsonCrimson0
OrangeOrange1
OliveOlive2
VioletViolet3
BlueBlue4
GreenGreen5
MagentaMagenta6
CyanCyan7
RoseRose8
SlateSlate9
IndigoIndigo10
SkySky11
TealTeal12
ForestForest13
LimeLime14
BrownBrown15
FuchsiaFuchsia16
NavyNavy17
PlumPlum18
CharcoalCharcoal19

Duplicate view

The duplicate-row projection used in analysis.

CodeName
ReportableReportable
IncludeSourcesInclude Sources

The following enumerations configure how a Data Management Plan (DMP) handles statuses, non-detects, EMPC estimates, and field-duplicate pairs.

DMP status

CodeName
DraftDraft
UnderReviewUnder Review
ApprovedApproved
SupersededSuperseded

Non-detect handling

How a single non-detect value is substituted before a calculation. The substituted limit is the one the plan's non-detect limit type selects (detection or reporting limit).

CodeName
ZAs Zero
HLAs Half Limit
FLAs Full Limit

All-non-detect handling

How a summation behaves when every contributing value is a non-detect. The limits used are the ones the plan's non-detect limit type selects (detection or reporting limit).

CodeName
SumLSum All Limits
MaxLUse Max Limit
ZeroAs Zero
MaxLHalfUse Max Limit Times Half

Non-detect limit type

Which limit drives non-detect substitution.

CodeName
DLDetection Limit
RLReporting Limit

Non-detect display format

How a non-detect result is rendered.

CodeName
LTLess Than
NDND
VWQValue With Qualifier
LTWQLess Than With Qualifier

EMPC quantified handling

How a reported EMPC is treated on a detected result that carries both a result value and an EMPC. Defaults to RV (no change).

CodeName
RVUse Reported Value
MaxUse Maximum

EMPC non-detect handling

How a reported EMPC is treated on a non-detect. Defaults to Ign (no change).

CodeName
IgnIgnore EMPC
LimAs Limit
DetAs Detection

Duplicate non-detect handling

How a non-detect is treated within a field-duplicate pair.

CodeName
UseDetectedOnlyUse Detected Only
AsZeroAs Zero
AsHalfLimitAs Half Limit
AsFullLimitAs Full Limit

All-duplicate non-detect handling

How a field-duplicate pair is resolved when both members are non-detects.

CodeName
LowestLimitLowest Limit
HighestLimitHighest Limit
AverageLimitAverage Limit
HalfLowestLimitHalf Lowest Limit
HalfHighestLimitHalf Highest Limit
HalfAverageLimitHalf Average Limit
PrimaryLimitPrimary Limit

Duplicate aggregation method

How a field-duplicate pair is combined into a single value.

CodeName
SeparateSeparate
AverageAverage
MedianMedian
MaximumMaximum
MinimumMinimum
PrimaryOnlyPrimary Only

Duplicate aggregation order

Whether duplicate pairs are aggregated before or after summation.

CodeName
BeforeSumAggregate Before Summation
AfterSumAggregate After Summation

Threshold-not-met handling

How a summation behaves when a detection-frequency threshold is not met. The limits used are the ones the plan's non-detect limit type selects (detection or reporting limit).

CodeName
NDReport As Non-Detect
MaxLUse Max Limit
SumLSum Limits
CalcCalculate Anyway

Summation type

The aggregation applied across a summation group.

CodeName
SumSum
AverageAverage
MaxMax
MinMin

Sites and locations

Status values for the field-artifact aggregate roots — Location, Well, Borehole, Test Pit, and Sediment Core. See Locations and field artifacts. All have Code equal to Name.

Location status

The lifecycle of a Location. Defaults to Active; Decommissioned is terminal.

CodeName
ActiveActive
InactiveInactive
ProposedProposed
DecommissionedDecommissioned

Well status

The lifecycle of a Well. Defaults to Active; Abandoned and Decommissioned are both terminal.

CodeName
ActiveActive
InactiveInactive
ProposedProposed
AbandonedAbandoned
DecommissionedDecommissioned

Borehole status

The lifecycle of a Borehole. Defaults to Active.

CodeName
PlannedPlanned
ActiveActive
CompletedCompleted
DecommissionedDecommissioned
AbandonedAbandoned

Test Pit status

The lifecycle of a Test Pit. Defaults to Open; Backfilled is terminal.

CodeName
PlannedPlanned
OpenOpen
BackfilledBackfilled
AbandonedAbandoned

Sediment Core status

The lifecycle of a Sediment Core. Defaults to Active; Disposed is terminal.

CodeName
ActiveActive
ArchivedArchived
DisposedDisposed

Measurement status

The status of a Location coordinate measurement. Defaults to Measured; a future measurement date is allowed only for Planned.

CodeName
PlannedPlanned
MeasuredMeasured
EstimatedEstimated
VerifiedVerified

Collection method

How a coordinate measurement was collected.

CodeName
GPSGPS
SurveySurvey
DGPSDGPS
RTKRTK GPS
LidarLiDAR
DroneDrone Survey
PhotoPhotogrammetry
AsBuiltAs-Built Drawing
MapMap
OtherOther

Location alias type

The kind of alternate identifier on a Location alias.

CodeName
RegulatoryRegulatory ID
HistoricalHistorical Name
ExternalExternal System ID
OtherOther

Area unit

The unit a Site or Site Area size is expressed in.

CodeName
AcresAcres
HectaresHectares
SquareMetersSquare Meters
SquareFeetSquare Feet

Lithology

Classification values recorded on the lithology intervals of Boreholes, Test Pits, and Sediment Cores.

USCS code

The Unified Soil Classification System symbol for a soil.

CodeName
GWGW - Well-Graded Gravel
GPGP - Poorly Graded Gravel
GMGM - Silty Gravel
GCGC - Clayey Gravel
GW-GMGW-GM - Well-Graded Gravel with Silt
GW-GCGW-GC - Well-Graded Gravel with Clay
GP-GMGP-GM - Poorly Graded Gravel with Silt
GP-GCGP-GC - Poorly Graded Gravel with Clay
SWSW - Well-Graded Sand
SPSP - Poorly Graded Sand
SMSM - Silty Sand
SCSC - Clayey Sand
SW-SMSW-SM - Well-Graded Sand with Silt
SW-SCSW-SC - Well-Graded Sand with Clay
SP-SMSP-SM - Poorly Graded Sand with Silt
SP-SCSP-SC - Poorly Graded Sand with Clay
MLML - Low Plasticity Silt
CLCL - Low Plasticity Clay
OLOL - Low Plasticity Organic Soil
CL-MLCL-ML - Silty Clay
MHMH - High Plasticity Silt
CHCH - High Plasticity Clay
OHOH - High Plasticity Organic Soil
PTPT - Peat

Lithology category

CodeName
SoilSoil
RockRock
FillFill
SedimentSediment
OrganicOrganic
MixedMixed
OtherOther

Use the most specific category that fits the dominant material:

  • Soil — natural soils classifiable under USCS (sands, silts, clays, gravels).
  • Sediment — unconsolidated water-lain deposits, such as mud or lake- and river-bottom sediment.
  • Fill — placed or man-made material.
  • Organic — peat, topsoil, and other organic-rich layers.
  • Rock — consolidated bedrock.
  • Mixed — genuinely poly-lithologic intervals where no single category dominates, such as glacial till containing both soil and rock fragments.
  • Other — non-geologic or non-recovery intervals, such as a void, debris, or a no-recovery run.

Density

Relative density of a coarse-grained (granular) soil.

CodeName
VeryLooseVery Loose
LooseLoose
MediumDenseMedium Dense
DenseDense
VeryDenseVery Dense

Consistency

Consistency of a fine-grained (cohesive) soil.

CodeName
VerySoftVery Soft
SoftSoft
FirmFirm
StiffStiff
VeryStiffVery Stiff
HardHard

Moisture

CodeName
DryDry
MoistMoist
WetWet
SaturatedSaturated

Sheen

Observed petroleum sheen.

CodeName
NoneNone
SlightSlight
ModerateModerate
HeavyHeavy

NAPL

Observed non-aqueous phase liquid.

CodeName
NoneNone
LNAPLLNAPL
DNAPLDNAPL
ProductProduct

Drilling and excavation

Operational classifications recorded while advancing a Borehole or Sediment Core, or excavating a Test Pit.

The refusal / termination vocabularies below are escape hatches: a value records why the work stopped short of plan. Leaving the field blank means the artifact advanced to its planned depth (or the reason was not recorded on legacy data) — there is deliberately no "target depth reached" value.

Borehole refusal type

CodeName
BedrockBedrock
CobblesCobbles
CementationCementation
ObstructionObstruction
DenseSoilDense Soil / Hardpan
EquipmentLimitEquipment Limit
CavingHeavingCaving / Heaving
LostCirculationLost Circulation
OtherOther

Sampler type

CodeName
SplitSpoonSplit Spoon
DirectPushDirect Push
ShelbyTubeShelby Tube
SonicCoreSonic Core
HandAugerHand Auger
VibraCoreVibraCore
WirelineCoreWireline Core
AugerSpoilsAuger Spoils
OtherOther

Sample condition

CodeName
IntactIntact
DisturbedDisturbed
MixedMixed
SlumpedSlumped
NoRecoveryNo Recovery
ContaminatedContaminated
OtherOther

Groundwater observation type

CodeName
FirstEncounteredFirst Encountered
DuringWorkDuring Work
EndOfDayEnd of Day
StabilizedStabilized
DryDry
OtherOther

Sediment core refusal type

CodeName
BedrockBedrock
CobblesCobbles
CementationCementation
ObstructionObstruction
DenseSedimentDense Sediment
EquipmentLimitEquipment Limit
BarrelCompactionBarrel Compaction
InsufficientPenetrationInsufficient Penetration
BarrelFullBarrel Full
OtherOther

Test pit termination reason

CodeName
RefusalRefusal
GroundwaterEncounteredGroundwater Encountered
SidewallInstabilitySidewall Instability
UtilityEncounteredUtility Encountered
EquipmentLimitEquipment Limit
AccessRestrictionAccess / Permit Restriction
OtherOther

Excavation method

CodeName
BackhoeLoaderBackhoe Loader
ExcavatorExcavator
MiniExcavatorMini-Excavator
VacuumExcavationVacuum Excavation
HandExcavationHand Excavation
OtherOther

Backfill method

CodeName
NativeCompactedNative Fill, Compacted
NativeLooseNative Fill, Loose
ImportedCompactedImported Fill, Compacted
ImportedLooseImported Fill, Loose
SandGravelSand / Gravel
CementBentoniteCement-Bentonite
OtherOther

Well construction

Values recorded on a Well's casing and annular intervals.

Casing type

CodeName
CasingCasing
ScreenScreen
SumpSump

Interval type

CodeName
CasingCasing
AnnularAnnular

Annular quantity unit

The unit an annular-material quantity is expressed in.

CodeName
BagBag
SackSack
Poundlb
Gallongal
CubicFootft³
CubicYardyd³
Kilogramkg
LiterL
CubicMeter
OtherOther

Sites, projects, and programs

Status, land-use, and color values for Sites, Projects, and Programs.

Site status

CodeName
ActiveActive
ClosedClosed

Site area status

The operational lifecycle of a Site Area (Operable Unit), tracked independently of the parent Site. Defaults to Under Investigation; Closed is terminal.

CodeName
UnderInvestigationUnder Investigation
InRemediationIn Remediation
MonitoringMonitoring
ClosedClosed

Land use type

The land-use classification carried on a Site, applied independently to its current and intended use.

CodeName
ResidentialResidential
CommercialCommercial
MixedUseMixed Use
IndustrialIndustrial
AgriculturalAgricultural
RecreationalRecreational

Site Area color

The color identity of a Site Area. Only the Code is stored; the rendered color is held client-side and keyed by palette index. Defaults to Blue (palette index 0).

CodeNamePalette index
BlueBlue0
RedRed1
AmberAmber2
EmeraldEmerald3
PurplePurple4
OrangeOrange5
CyanCyan6
PinkPink7
TealTeal8
IndigoIndigo9
LimeLime10
BrownBrown11
SlateSlate12
NavyNavy13
OliveOlive14
MaroonMaroon15

Project status

CodeName
PlannedPlanned
ActiveActive
OnHoldOn Hold
CompletedCompleted
CancelledCancelled
ArchivedArchived

Program status

CodeName
PlannedPlanned
ActiveActive
ClosedClosed

Units of measure

Measurement units shared across field artifacts and monitoring records. Each unit's Code is the value stored and shown.

Depth unit

CodeName
cmCentimeters
inInches
ftFeet
mMeters

Elevation unit

CodeName
ftFeet
mMeters

Height unit

CodeName
cmCentimeters
inInches
ftFeet
mMeters

Length unit

CodeName
mmMillimeters
cmCentimeters
inInches
ftFeet
mMeters

Diameter unit

CodeName
mmMillimeters
cmCentimeters
inInches
ftFeet

Slot size unit

CodeName
inInches
mmMillimeters

Volume unit

CodeName
LLiters
mLMilliliters
galGallons
m3Cubic Meters

Flow rate unit

CodeName
mL/minMilliliters per Minute
L/minLiters per Minute
gpmGallons per Minute
L/sLiters per Second

Activity Hub

Values used across the Activity Hub: comments, notifications, and the data audit log.

Comment priority

CodeName
LLow
NNormal
HHigh
CCritical

Notification severity

CodeName
InfoInfo
SuccessSuccess
WarningWarning
ErrorError

Notification type

Each type carries a default severity and default delivery settings.

CodeNameDefault severityIn-app defaultEmail default
ImportValidatedImport validatedInfoYesNo
ImportCompletedImport completedSuccessYesYes
ImportFailedImport failedErrorYesYes
UserMentionedMentioned in a commentInfoYesYes
CommentReplyReply to my commentInfoYesNo

Audit log action

The kind of change recorded on a data Audit Log entry. ValidationBatch and ValidationCleared are operation-level rows that stand in for many records at once.

CodeName
ModifiedModified
DeletedDeleted
ValidationBatchValidation batch
ValidationClearedValidation cleared

Geospatial

Coordinate system type

The kind of coordinate system a coordinate uses.

CodeName
GeographicGeographic
StatePlaneState Plane
UTMUTM
WebWeb
ProjectedProjected

Membership and contact roles

Roles that scope a user's access to a Site or Project, and the picklists for tagging contacts. The membership roles are hierarchical — a higher tier includes the access of the ones below it. These scoped roles are distinct from the four global roles.

Project user role

A user's access tier on a Project, lowest to highest.

CodeName
ViewerViewer
ContributorContributor
EditorEditor
ProjectManagerProject Manager

Site user role

A user's access tier on a Site, lowest to highest.

CodeName
ViewerViewer
ContributorContributor
EditorEditor
SiteManagerSite Manager

Project contact role

CodeName
ProjectManagerProject Manager
ClientRepClient Rep
FieldLeadField Lead
FieldTechField Tech
DataManagerData Manager
DataValidatorData Validator
LabManagerLab Manager
RegulatoryContactRegulatory Contact

Project contact role category

CodeName
ProjectOversightProject Oversight
FieldWorkField Work
DataHandlingData Handling
ExternalExternal

Site contact role

CodeName
OperatorOperator
AccessCoordinatorAccess Coordinator
SafetyOfficerSafety Officer
EmergencyContactEmergency Contact
LandownerLandowner
PropertyManagerProperty Manager

Reference-data classifiers

Fixed classifications used to categorize editable reference data.

Aquifer type

CodeName
UnconfinedUnconfined
ConfinedConfined
SemiConfinedSemi-Confined
PerchedPerched

Annular material type

CodeName
FilterPackFilter Pack
SealSeal
GroutGrout
BackfillBackfill
OtherOther

Site program category

CodeName
FederalFederal
StateState
TribalTribal
LocalLocal
MilitaryMilitary
OtherOther

Equipment type category

CodeName
MeteorologicalMeteorological
HydrologicalHydrological
GeotechnicalGeotechnical
WaterQualityWater Quality
AirQualityAir Quality
GeologicalGeological
AcousticAcoustic
RadiologicalRadiological
SamplingSampling Equipment
SurveySurvey & Positioning
SupportSupport Equipment

Compatibility group

The unit-conversion family a measurement unit belongs to. Units convert only within the same group; Non-Convertible units never convert.

CodeNameExample units
SolidConcentrationSolid Concentrationmg/kg, µg/kg, ng/kg
AqueousConcentrationAqueous Concentrationmg/L, µg/L, ng/L
GaseousMassConcentrationGaseous Concentration (Mass)mg/m³, µg/m³
GaseousVolumeConcentrationGaseous Concentration (Volume)ppmv, ppbv
LengthLengthft, m, cm, in
MassMasskg, g, mg, lb
VolumeVolumeL, mL, gal, m³
TemperatureTemperature°C, °F, K
TimeTimes, min, hr, day
AreaAreaft², m², acres
FlowRateFlow Rategpm, L/min, m³/day
ConductivityConductivityµS/cm, mS/cm
PressurePressurepsi, atm, Pa, bar
RadioactivityAqueousRadioactivity (Aqueous)Bq/L, pCi/L
RadioactivitySolidRadioactivity (Solid)Bq/kg, pCi/g
NonConvertibleNon-ConvertiblepH, SU, NTU, %

Documents and files

Classification values for documents and stored files. A Document is classified by the records it links to (its Document entity type) and by an optional Document Category; the category itself is editable reference data, and its Document category type below controls which documents it can be applied to. See Documents.

Document entity type

The kind of record a document is linked to — what the document is Related to. A document can link to more than one record.

CodeName
SiteSite
SiteAreaSite Area
LocationLocation
ProjectProject
ProjectTaskProject Task
SampleSample
FieldParameterSessionField Parameter Session
LabReportLab Report
ChainOfCustodyChain of Custody

Document category type

The scope a Document Category applies to, controlling which documents can carry it.

CodeName
AllAll
SiteSite
ProjectProject

File category

CodeName
DocumentDocument
ImportImport File
UncategorizedUncategorized

Platform

Configuration classifications for the deployment.

Database provider

The database engine the Application database runs on. The Database:Provider configuration key uses the lowercase form (postgresql or sqlserver); the values below are the persisted enumeration codes.

CodeName
PostgreSqlPostgreSQL
SqlServerSQL Server

External authentication mode

How users authenticate, set by ExternalAuth:Mode.

CodeName
NoneNone
WindowsWindows
OidcOIDC
BothBoth