Table of Contents

Class ObservationPaginatedResult

Namespace
adas_core.Domain.Models.Observations
Assembly
adas-core.Domain.dll

Represents a paginated collection of observation results, typically used to return a subset of observations along with associated pagination metadata.

public class ObservationPaginatedResult
Inheritance
ObservationPaginatedResult
Inherited Members
Extension Methods

Properties

Count

public int Count { get; set; }

Property Value

int

Data

public List<PatientObservation> Data { get; set; }

Property Value

List<PatientObservation>