| Package | Description |
|---|---|
| resources |
| Modifier and Type | Method and Description |
|---|---|
Constants.Treatment |
AnnualDiseaseStatus.getPcpTreatment() |
Constants.Treatment |
AnnualDiseaseStatus.getSpecialistTreatment() |
Constants.Treatment |
Claim.getTreatment() |
Constants.Treatment |
Message.getTreatment()
Gets the treatment attribute.
|
static Constants.Treatment |
Constants.Treatment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.Treatment[] |
Constants.Treatment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AnnualDiseaseStatus(int pPeriod,
Constants.Disease pDiseaseBeforeTreatment,
AgentID pTreatingPCP,
Constants.Treatment pPCPTreatment,
AgentID pTreatingSpecialist,
Constants.Treatment pSpecialistTreatment,
Constants.Disease pDiseaseAfterTreatment) |
Claim(AgentID pFromAgent,
int pPeriod,
Constants.Disease pDisease,
Constants.Treatment pTreatment) |
Message(double pSentTime,
Constants.MessageType pMessageType,
AgentID pFromAgent,
AgentID pToAgent,
Constants.Treatment pTreatment) |
Message(double pSentTime,
Constants.MessageType pMessageType,
AgentID pFromAgent,
AgentID pToAgent,
Constants.Treatment pTreatment,
AgentID pSpecialistReferred) |