Table of Contents

Class EHIOrder

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

This class represents an exported order

public record EHIOrder
Inheritance
EHIOrder

Properties

AdminComments

The order's administrative comments

public string AdminComments { get; set; }

Property Value

string

CancelReason

The reason provided for canceling the order

public string CancelReason { get; set; }

Property Value

string

ClinicalComments

The order's clinical comments

public string ClinicalComments { get; set; }

Property Value

string

Code

The order's code

public string Code { get; set; }

Property Value

string

Description

The order description

public string Description { get; set; }

Property Value

string

DocumentId

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

public decimal DocumentId { get; set; }

Property Value

decimal

EndDate

End date by which a referral should be completed by

public DateTime? EndDate { get; set; }

Property Value

DateTime?

LocationOfServiceId

The identifier of the location where the order will be completed

public decimal LocationOfServiceId { 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

OrderDate

The clinical date entered for the order

public DateTime? OrderDate { get; set; }

Property Value

DateTime?

OrderId

The unique order entry identifier

public decimal OrderId { get; set; }

Property Value

decimal

OrderNumber

The order's unique order number

public string OrderNumber { get; set; }

Property Value

string

OrderType

The order type (Options include 'Referrals', 'Services', or 'Tests and Procedures')

public string OrderType { get; set; }

Property Value

string

Priority

The order's priority

public string Priority { get; set; }

Property Value

string

Status

The order's status (Options include 'Unsigned, 'Administrative hold', 'In process', 'Complete', or 'Canceled')

public string Status { get; set; }

Property Value

string

UserId

The unique identifier of the provider that entered the record

public decimal UserId { get; set; }

Property Value

decimal