Class CreateObservationRequest
- Namespace
- Core.CliniCore.Requests.ClinicalDocuments
- Assembly
- Core.CliniCore.dll
Request to create a new observation entry
public class CreateObservationRequest
- Inheritance
-
CreateObservationRequest
- Inherited Members
Properties
AuthorId
public Guid? AuthorId { get; set; }
Property Value
- Guid?
BodySystem
public BodySystem? BodySystem { get; set; }
Property Value
Code
public string? Code { get; set; }
Property Value
Content
public string Content { get; set; }
Property Value
Id
public Guid? Id { get; set; }
Property Value
- Guid?
IsAbnormal
public bool IsAbnormal { get; set; }
Property Value
NumericValue
public double? NumericValue { get; set; }
Property Value
ReferenceRange
public string? ReferenceRange { get; set; }
Property Value
Severity
public EntrySeverity Severity { get; set; }
Property Value
Type
public ObservationType Type { get; set; }
Property Value
Unit
public string? Unit { get; set; }
Property Value
VitalSigns
public Dictionary<string, string>? VitalSigns { get; set; }