Namespace adas_core.Domain.Models.DTO
Classes
- AppointmentDto
Represents a data transfer object for transferring appointment information between application layers or services.
- AssetDto
Represents a data transfer object for conveying asset information between application layers or services.
- ConfigObservationDto
Represents a data transfer object used to convey configuration observation information between application layers.
- CreateUserWithAuthDto
Represents a data transfer object used to create a user along with authentication details.
- DeviceDto
Represents a data transfer object (DTO) used to encapsulate and transfer device-related information between application layers or services.
- DeviceEvent
Represents an event associated with a device, encapsulating information about a device-related occurrence or state change.
- DiagnosisDto
Represents a data transfer object (DTO) for conveying diagnosis information between application layers or services.
- MasterListData
Represents a data container for a master list, serving as a centralized collection of items used for reference or aggregation purposes.
- MasterListDto
Represents a data transfer object for a master list, used to transfer collection data between application layers.
- MasterListWithPaginatedOptionsDto
Represents a data transfer object that combines a master list with pagination options and a collection of unit information items.
- MinimalPocAndUnitDto
Represents a minimal data transfer object encapsulating point of consumption and unit information.
- ObservationAlarmDto
Represents a data transfer object for an observation alarm, used to encapsulate and transfer alarm-related information between application layers.
- ObservationDto
Represents a data transfer object for an observation, used to transfer observation data between application layers or services.
- PaginationPairDto
Represents a data transfer object (DTO) that encapsulates a pair of pagination-related values for transport between layers or services.
- PatientDto
Represents a data transfer object used to encapsulate and transfer patient information between application layers or services.
- PocAndUnitDto
Represents a data transfer object that encapsulates point of contact and unit information for transfer between application layers or systems.
- PointOfCareConfigurationDto
Represents a data transfer object (DTO) for point-of-care configuration settings, used to transfer configuration data between layers or systems.
- PointOfCareDto
Represents a data transfer object for point-of-care information, used to transfer point-of-care data between application layers or services.
- PumpDto
Represents a data transfer object for conveying pump-related information between application layers.
- RecordingAlertDto
Represents a data transfer object used to convey information about a recording alert between application layers or services.
- TreatmentDto
Represents a data transfer object for conveying treatment information between application layers.
- UnitInfoDto
Represents a data transfer object that encapsulates information about a unit.
- UpdateListNameAndDescriptionDto
Represents a data transfer object used to update the name and description of a list.
- UpdateMasterListDetailsDto
Represents a data transfer object used to transfer updated master list details between application layers.
- UpdateObservationDto
Represents a data transfer object used to update an existing observation.
- UpdateOptionMasterListDto
Represents a data transfer object used to update an option master list.
- UpdatePasswordDto
Represents a data transfer object used to encapsulate the information required to update a user's password.
- UpdateUnitIdListDto
Represents a data transfer object used to update a list of unit identifiers.
- UpdateUserWithAuthDto
Represents a data transfer object used to update a user along with their authentication details.