Class EHIOrder
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
CancelReason
The reason provided for canceling the order
public string CancelReason { get; set; }
Property Value
ClinicalComments
The order's clinical comments
public string ClinicalComments { get; set; }
Property Value
Code
The order's code
public string Code { get; set; }
Property Value
Description
The order description
public string Description { get; set; }
Property Value
DocumentId
The unique identifier of the document this entry is a part of
public decimal DocumentId { get; set; }
Property Value
EndDate
End date by which a referral should be completed by
public DateTime? EndDate { get; set; }
Property Value
LocationOfServiceId
The identifier of the location where the order will be completed
public decimal LocationOfServiceId { 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
OrderDate
The clinical date entered for the order
public DateTime? OrderDate { get; set; }
Property Value
OrderId
The unique order entry identifier
public decimal OrderId { get; set; }
Property Value
OrderNumber
The order's unique order number
public string OrderNumber { get; set; }
Property Value
OrderType
The order type (Options include 'Referrals', 'Services', or 'Tests and Procedures')
public string OrderType { get; set; }
Property Value
Priority
The order's priority
public string Priority { get; set; }
Property Value
Status
The order's status (Options include 'Unsigned, 'Administrative hold', 'In process', 'Complete', or 'Canceled')
public string Status { get; set; }
Property Value
UserId
The unique identifier of the provider that entered the record
public decimal UserId { get; set; }