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

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

공개 메소드들

메소드 설명
CreateSupplementalDiagnosisCat ( lkup_splmtl_diag_cat entity ) : int
GetAll ( ) : List
GetSupplementalDiagnosisCat ( decimal id ) : lkup_splmtl_diag_cat
GetSupplementalDiagnosisCat ( string category ) : lkup_splmtl_diag_cat
Update ( lkup_splmtl_diag_cat entity ) : int

메소드 상세

CreateSupplementalDiagnosisCat() 공개 메소드

public CreateSupplementalDiagnosisCat ( lkup_splmtl_diag_cat entity ) : int
entity HealthInformationProgram.Data.Tables.lkup_splmtl_diag_cat
리턴 int

GetAll() 공개 메소드

public GetAll ( ) : List
리턴 List

GetSupplementalDiagnosisCat() 공개 메소드

public GetSupplementalDiagnosisCat ( decimal id ) : lkup_splmtl_diag_cat
id decimal
리턴 HealthInformationProgram.Data.Tables.lkup_splmtl_diag_cat

GetSupplementalDiagnosisCat() 공개 메소드

public GetSupplementalDiagnosisCat ( string category ) : lkup_splmtl_diag_cat
category string
리턴 HealthInformationProgram.Data.Tables.lkup_splmtl_diag_cat

Update() 공개 메소드

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