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 |
isECOI() |
boolean |
isManifestation() |
boolean |
isPrimaryAwarding() |
void |
setClinicalGroup(ClinicalGroup clinicalGroup) |
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 |
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()
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 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 © 2020. All rights reserved.