C# 클래스 HealthInformationProgram.Data.Repositories.SupplementalDiagnosisRepository

상속: BaseRepository
파일 보기 프로젝트 열기: MedicalTeams/Hip_Admin 1 사용 예제들

공개 메소드들

메소드 설명
CreateSupplementalDiagnosis ( lkup_splmtl_diag entity ) : int
GetAll ( ) : List
GetAllSupplementalDiagnosisForGivenDiagnosisId ( decimal diagnosisId ) : List
GetSupplementalDiagnosis ( decimal id ) : lkup_splmtl_diag
GetSupplementalDiagnosis ( string description ) : lkup_splmtl_diag
Update ( lkup_splmtl_diag entity ) : int

메소드 상세

CreateSupplementalDiagnosis() 공개 메소드

public CreateSupplementalDiagnosis ( lkup_splmtl_diag entity ) : int
entity HealthInformationProgram.Data.Tables.lkup_splmtl_diag
리턴 int

GetAll() 공개 메소드

public GetAll ( ) : List
리턴 List

GetAllSupplementalDiagnosisForGivenDiagnosisId() 공개 메소드

public GetAllSupplementalDiagnosisForGivenDiagnosisId ( decimal diagnosisId ) : List
diagnosisId decimal
리턴 List

GetSupplementalDiagnosis() 공개 메소드

public GetSupplementalDiagnosis ( decimal id ) : lkup_splmtl_diag
id decimal
리턴 HealthInformationProgram.Data.Tables.lkup_splmtl_diag

GetSupplementalDiagnosis() 공개 메소드

public GetSupplementalDiagnosis ( string description ) : lkup_splmtl_diag
description string
리턴 HealthInformationProgram.Data.Tables.lkup_splmtl_diag

Update() 공개 메소드

public Update ( lkup_splmtl_diag entity ) : int
entity HealthInformationProgram.Data.Tables.lkup_splmtl_diag
리턴 int