Table of Contents

Class EHIDirective

Namespace
FEHR.EHR.EHIExport
Assembly
FEHR.EHR.EHIExport.dll

This class represents an exported directive

public record EHIDirective
Inheritance
EHIDirective

Properties

Description

The directive's description

public string Description { get; set; }

Property Value

string

DirectiveId

The unique directive entry identifier

public decimal DirectiveId { get; set; }

Property Value

decimal

DocumentId

The unique identifier of the document this entry is a part of

public decimal DocumentId { get; set; }

Property Value

decimal

ModifiedStatus

The modification status of the clinical entry ('Filed in Error', 'Signed', 'Removed', or 'In Process')

public string ModifiedStatus { get; set; }

Property Value

string

StartDate

The directive's start date description

public DateTime? StartDate { get; set; }

Property Value

DateTime?

StopReason

The directive's stop reason

public string StopReason { get; set; }

Property Value

string

UserId

The unique identifier of the provider that entered the record

public decimal? UserId { get; set; }

Property Value

decimal?