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

Inheritance: Claim
Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
getProstheticClaims ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, List episodeDates ) : List
getProstheticClaimsForPatient ( ConnectionSet cxns ) : IndexedHashtable
getProstheticClaimsForPatient ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : gov.va.medora.mdo.ProstheticClaim[]
getProstheticClaimsForPatient ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid ) : gov.va.medora.mdo.ProstheticClaim[]

Private Methods

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

Method Details

getProstheticClaims() public static method

public static getProstheticClaims ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, List episodeDates ) : List
cxn gov.va.medora.mdo.dao.AbstractConnection
pid string
episodeDates List
return List

getProstheticClaimsForPatient() public static method

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

getProstheticClaimsForPatient() public static method

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

getProstheticClaimsForPatient() public static method

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