Class MappingInterventions
- Namespace
- adas_core.Domain.Models.AppSettings
- Assembly
- adas-core.Domain.dll
Represents a collection or configuration for mapping interventions, providing the means to associate intervention data with corresponding target structures or actions.
public class MappingInterventions
- Inheritance
-
MappingInterventions
- Inherited Members
- Extension Methods
Properties
Category
public ObservationEnum.Category? Category { get; set; }
Property Value
Codes
public List<InterventionsCodes> Codes { get; set; }
Property Value
Group
public string? Group { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
Type
public string? Type { get; set; }
Property Value
Value
public List<InterventionsValues>? Value { get; set; }