java.lang.Object | ||
↳ | com.cbs.ctr3ws.dtos.WsPatientItem | |
↳ | com.cbs.ctr3ws.dtos.health.WsInfection |
description: the class contains patient infection information.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public Boolean | esbl | description: the infection type, bacteria. | |||||||||
public Date | infectionDate | description: the date infection identified. | |||||||||
public String | infectionLocationDetail | description: the description of where the infection is located. | |||||||||
public Boolean | infectionTreated | description: A flag indicating if the infection is treated. | |||||||||
public String | infectionTreatment | description: the infection treatment. | |||||||||
public WSLookup | ltInfectionLocation | description: a flag indicating the infection location. | |||||||||
public WSLookup | ltInfectionSource | description: a flag indicating the biological specimen from which the organism was isolated. | |||||||||
public WSLookup | ltInfectionType | description: a flag indicating the infection type. | |||||||||
public Boolean | mdra | description: the bacteria. | |||||||||
public String | pathogen | description: the specific pathogen. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WsInfection() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Short | getEsbl() | ||||||||||
Short | getInfectionTreated() | ||||||||||
Short | getMdra() | ||||||||||
void | setEsbl(Short esbl) | ||||||||||
void | setInfectionTreated(Short infectionTreated) | ||||||||||
void | setMdra(Short mdra) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
description: the infection type, bacteria.
required:TRUE-if - Required if "ltInfectionType" = BACTERIAL
description: the date infection identified.
required:TRUE
see: NowOrPastDate
description: the description of where the infection is located.
required:TRUE-if - Required if "ltInfectionLocation" = OTHER-PLEASE_SPECIFY
see: free format text, max L=200
description: A flag indicating if the infection is treated.
required:TRUE
description: the infection treatment.
required:FALSE
see: free format text, max L=200
description: a flag indicating the infection location.
required:FALSE
see: LT_INFECTION_LOCATION
description: a flag indicating the biological specimen from which the organism was isolated.
required:FALSE
see: LT_INFECTION_SOURCE
description: a flag indicating the infection type.
required:TRUE
see: LT_INFECTION_TYPE
description: the bacteria.
required:TRUE-if - Required if "ltInfectionType" = BACTERIAL
description: the specific pathogen.
required:FALSE
see: free format text, max L=200