C# Class gov.va.medora.mdo.Order

Mostra file Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
Order ( ) : System
getOrderDialogItems ( gov.va.medora.mdo.dao.AbstractConnection cxn, string dialogId ) : List
getOrderDialogsForDisplayGroup ( gov.va.medora.mdo.dao.AbstractConnection cxn, string displayGroupId ) : OrderedDictionary
getOrderStatusForPatient ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, string orderableItemId ) : string
getOrderableItemsByName ( gov.va.medora.mdo.dao.AbstractConnection cxn, string name ) : OrderedDictionary
getOrdersForPatient ( ConnectionSet cxns ) : IndexedHashtable
getOrdersForPatient ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : gov.va.medora.mdo.Order[]
getOrdersForPatient ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid ) : gov.va.medora.mdo.Order[]
writeSimpleOrderByPolicy ( gov.va.medora.mdo.dao.AbstractConnection cxn, Patient patient, String duz, String esig, String locationIen, String orderIen, System.DateTime startDate ) : Order

Private Methods

Method Description
getDao ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : IOrdersDao

Method Details

Order() public method

public Order ( ) : System
return System

getOrderDialogItems() public static method

public static getOrderDialogItems ( gov.va.medora.mdo.dao.AbstractConnection cxn, string dialogId ) : List
cxn gov.va.medora.mdo.dao.AbstractConnection
dialogId string
return List

getOrderDialogsForDisplayGroup() public static method

public static getOrderDialogsForDisplayGroup ( gov.va.medora.mdo.dao.AbstractConnection cxn, string displayGroupId ) : OrderedDictionary
cxn gov.va.medora.mdo.dao.AbstractConnection
displayGroupId string
return System.Collections.Specialized.OrderedDictionary

getOrderStatusForPatient() public static method

public static getOrderStatusForPatient ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, string orderableItemId ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
pid string
orderableItemId string
return string

getOrderableItemsByName() public static method

public static getOrderableItemsByName ( gov.va.medora.mdo.dao.AbstractConnection cxn, string name ) : OrderedDictionary
cxn gov.va.medora.mdo.dao.AbstractConnection
name string
return System.Collections.Specialized.OrderedDictionary

getOrdersForPatient() public static method

public static getOrdersForPatient ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getOrdersForPatient() public static method

public static getOrdersForPatient ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : gov.va.medora.mdo.Order[]
cxn gov.va.medora.mdo.dao.AbstractConnection
return gov.va.medora.mdo.Order[]

getOrdersForPatient() public static method

public static getOrdersForPatient ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid ) : gov.va.medora.mdo.Order[]
cxn gov.va.medora.mdo.dao.AbstractConnection
pid string
return gov.va.medora.mdo.Order[]

writeSimpleOrderByPolicy() public static method

public static writeSimpleOrderByPolicy ( gov.va.medora.mdo.dao.AbstractConnection cxn, Patient patient, String duz, String esig, String locationIen, String orderIen, System.DateTime startDate ) : Order
cxn gov.va.medora.mdo.dao.AbstractConnection
patient Patient
duz String
esig String
locationIen String
orderIen String
startDate System.DateTime
return Order