Method | Description | |
---|---|---|
CreateSupplementalDiagnosis ( |
||
GetAll ( ) : List |
||
GetAllSupplementalDiagnosisForGivenDiagnosisId ( decimal diagnosisId ) : List |
||
GetSupplementalDiagnosis ( decimal id ) : |
||
GetSupplementalDiagnosis ( string description ) : |
||
Update ( |
public CreateSupplementalDiagnosis ( |
||
entity | ||
return | int |
public GetAllSupplementalDiagnosisForGivenDiagnosisId ( decimal diagnosisId ) : List |
||
diagnosisId | decimal | |
return | List |
public GetSupplementalDiagnosis ( decimal id ) : |
||
id | decimal | |
return |
public GetSupplementalDiagnosis ( string description ) : |
||
description | string | |
return |
public Update ( |
||
entity | ||
return | int |