Class GroupedObservation
Represents an observation that belongs to or has been categorized within a logical group.
public class GroupedObservation
- Inheritance
-
GroupedObservation
- Inherited Members
- Extension Methods
Properties
Group
public string? Group { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
Observations
public List<GroupedObservation.GroupedObservationObs> Observations { get; set; }
Property Value
PatientId
public ObjectId PatientId { get; set; }
Property Value
- ObjectId
Methods
ToString()
Returns a string representation of the PatientObservation, including the patient's name and observations in a formatted output.
public override string ToString()
Returns
- string
A formatted string in the form "PatientObservation[name: ..., observations: ...]".