Class BoxObservationsResponse
Represents a response containing a collection of observations related to a box.
public class BoxObservationsResponse
- Inheritance
-
BoxObservationsResponse
- Inherited Members
- Extension Methods
Fields
Medication
public List<Medication> Medication
Field Value
Observations
public Dictionary<string, Observation> Observations
Field Value
Properties
HasPatient
public bool? HasPatient { get; set; }
Property Value
- bool?
Id
public string? Id { get; set; }
Property Value
IsVisible
public bool? IsVisible { get; set; }
Property Value
- bool?
Stream
public string? Stream { get; set; }