- p1_ProvideTreatmentRecommendation() - Method in class agents.PCP
-
- p1_ProvideTreatmentRecommendation() - Method in class agents.Physician
-
Provide care for a patient.
- p1_ProvideTreatmentRecommendation() - Method in class agents.Specialist
-
- p1_SelectPCP() - Method in class agents.Person
-
Select a PCP.
- p1_UpdateNetworkStatus() - Method in class agents.HealthInsuranceCompany
-
- p2_RequestPCPTreatment() - Method in class agents.Person
-
Requests a treatment from a PCP if the Person has a disease.
- p2_SubmitClaim() - Method in class agents.PCP
-
- p2_SubmitClaim() - Method in class agents.Specialist
-
- p3_RequestSpecialistTreatment() - Method in class agents.Person
-
Requests a treatment from a Specialist if the Person receives a referral.
- p4_ComplyWithPCPTreatmentRecommendation() - Method in class agents.Person
-
The Person responds to the treatment recommendation received from a PCP.
- p5_ComplyWithSpecialistTreatmentRecommendation() - Method in class agents.Person
-
The Person responds to the treatment recommendation received from a Specialist.
- p6_UpdateDiseaseStatus() - Method in class agents.Person
-
Updates the Person's disease status based on the treatment received.
- p7_ContractNewDisease() - Method in class agents.Person
-
Updates the Person's disease status.
- PCP - Class in agents
-
- PCP(AgentID) - Constructor for class agents.PCP
-
Constructs a PCP agent.
- PCPStyle - Class in implementation
-
- PCPStyle() - Constructor for class implementation.PCPStyle
-
- Person - Class in agents
-
- Person(Context<Object>, AgentID) - Constructor for class agents.Person
-
Constructs a Person agent.
- PersonStyle - Class in implementation
-
- PersonStyle() - Constructor for class implementation.PersonStyle
-
- PersonTest - Class in agents
-
- PersonTest() - Constructor for class agents.PersonTest
-
- Physician - Class in agents
-
- Physician() - Constructor for class agents.Physician
-
- probe_GetHealthInsuranceCompanyIDString() - Method in class agents.HealthInsuranceCompany
-
Returns the Health Insurance Company's identification number as a string.