C# 클래스 gov.va.medora.mdo.ProstheticClaim

상속: Claim
파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
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[]

비공개 메소드들

메소드 설명
getDao ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : IClaimsDao

메소드 상세

getProstheticClaims() 공개 정적인 메소드

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
리턴 List

getProstheticClaimsForPatient() 공개 정적인 메소드

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

getProstheticClaimsForPatient() 공개 정적인 메소드

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

getProstheticClaimsForPatient() 공개 정적인 메소드

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
리턴 gov.va.medora.mdo.ProstheticClaim[]