Class EHIDirective
This class represents an exported directive
public record EHIDirective
- Inheritance
-
EHIDirective
Properties
Description
The directive's description
public string Description { get; set; }
Property Value
DirectiveId
The unique directive entry identifier
public decimal DirectiveId { get; set; }
Property Value
DocumentId
The unique identifier of the document this entry is a part of
public decimal DocumentId { get; set; }
Property Value
ModifiedStatus
The modification status of the clinical entry ('Filed in Error', 'Signed', 'Removed', or 'In Process')
public string ModifiedStatus { get; set; }
Property Value
StartDate
The directive's start date description
public DateTime? StartDate { get; set; }
Property Value
StopReason
The directive's stop reason
public string StopReason { get; set; }
Property Value
UserId
The unique identifier of the provider that entered the record
public decimal? UserId { get; set; }