public interface DiagnosisIF extends EditableIF, VerifiableIF, ValidatableIF
Modifier and Type | Method and Description |
---|---|
ClinicalGroup |
getClinicalGroup() |
ComorbidityGroup |
getComorbidityGroup() |
String |
getDescription() |
DiagnosisSubchapter |
getDiagnosisSubchapter() |
int |
getId() |
String |
getValue() |
boolean |
isCodeFirst() |
boolean |
isECOI() |
boolean |
isManifestation() |
boolean |
isPrimaryAwarding() |
boolean |
isUnacceptablePdx() |
void |
setClinicalGroup(ClinicalGroup clinicalGroup) |
void |
setCodeFirst(boolean codeFirst) |
void |
setComorbidityGroup(ComorbidityGroup comorbidityGroup) |
void |
setDescription(String description) |
void |
setDiagnosisSubchapter(DiagnosisSubchapter diagnosisSubchapter) |
void |
setECOI(boolean ECOI) |
void |
setId(int id) |
void |
setManifestation(boolean manifestation) |
void |
setPrimaryAwarding(boolean primaryAwarding) |
void |
setUnacceptablePdx(boolean unacceptablePdx) |
void |
setValue(String value) |
addEdit, addEdits, getEditCollection
isVerified, setVerified
isValid, setValid
ClinicalGroup getClinicalGroup()
ComorbidityGroup getComorbidityGroup()
String getDescription()
DiagnosisSubchapter getDiagnosisSubchapter()
int getId()
String getValue()
boolean isECOI()
boolean isManifestation()
boolean isPrimaryAwarding()
boolean isCodeFirst()
boolean isUnacceptablePdx()
void setClinicalGroup(ClinicalGroup clinicalGroup)
clinicalGroup
- the clinicalGroup to setvoid setComorbidityGroup(ComorbidityGroup comorbidityGroup)
comorbidityGroup
- the comorbidityGroup to setvoid setDescription(String description)
description
- the description to setvoid setDiagnosisSubchapter(DiagnosisSubchapter diagnosisSubchapter)
diagnosisSubchapter
- the diagnosisSubchapter to setvoid setECOI(boolean ECOI)
ECOI
- the ECOI to setvoid setCodeFirst(boolean codeFirst)
codeFirst
- void setUnacceptablePdx(boolean unacceptablePdx)
unacceptablePdx
- void setId(int id)
id
- the id to setvoid setManifestation(boolean manifestation)
manifestation
- the manifestation to setvoid setPrimaryAwarding(boolean primaryAwarding)
primaryAwarding
- the primaryAwarding to setvoid setValue(String value)
value
- the value to setCopyright © 2022. All rights reserved.