public class

WsInfection

extends WsPatientItem
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.health.WsInfection

Class Overview

description: the class contains patient infection information.

Summary

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
From class com.cbs.ctr3ws.dtos.WsPatientItem
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
From class java.lang.Object

Fields

public Boolean esbl

description: the infection type, bacteria.
required:TRUE-if - Required if "ltInfectionType" = BACTERIAL

public Date infectionDate

description: the date infection identified.
required:TRUE
see: NowOrPastDate

public String infectionLocationDetail

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

public Boolean infectionTreated

description: A flag indicating if the infection is treated.
required:TRUE

public String infectionTreatment

description: the infection treatment.
required:FALSE
see: free format text, max L=200

public WSLookup ltInfectionLocation

description: a flag indicating the infection location.
required:FALSE
see: LT_INFECTION_LOCATION

public WSLookup ltInfectionSource

description: a flag indicating the biological specimen from which the organism was isolated.
required:FALSE
see: LT_INFECTION_SOURCE

public WSLookup ltInfectionType

description: a flag indicating the infection type.
required:TRUE
see: LT_INFECTION_TYPE

public Boolean mdra

description: the bacteria.
required:TRUE-if - Required if "ltInfectionType" = BACTERIAL

public String pathogen

description: the specific pathogen.
required:FALSE
see: free format text, max L=200

Public Constructors

public WsInfection ()

Public Methods

public Short getEsbl ()

public Short getInfectionTreated ()

public Short getMdra ()

public void setEsbl (Short esbl)

public void setInfectionTreated (Short infectionTreated)

public void setMdra (Short mdra)