C D E F G M N O T V 

C

CLASS_REFERENCE - Static variable in class org.phenotips.data.Medication
The XClass used for storing medication data.

D

DOSE - Static variable in class org.phenotips.data.Medication
 
DURATION - Static variable in class org.phenotips.data.Medication
 

E

EFFECT - Static variable in class org.phenotips.data.Medication
 

F

FREQUENCY - Static variable in class org.phenotips.data.Medication
 
fromString(String) - Static method in enum org.phenotips.data.MedicationEffect
Get the enum instance corresponding to either a CAPITAL_CASE or a camelCase version of its name.

G

GENERIC_NAME - Static variable in class org.phenotips.data.Medication
 
getDose() - Method in class org.phenotips.data.Medication
The dose administered.
getDuration() - Method in class org.phenotips.data.Medication
The amount of time that this medicine has been given.
getEffect() - Method in class org.phenotips.data.Medication
The effect observed for this medicine.
getFrequency() - Method in class org.phenotips.data.Medication
The frequency of the doses.
getGenericName() - Method in class org.phenotips.data.Medication
The generic name of the main ingredient.
getName() - Method in class org.phenotips.data.Medication
The brand name of the medicine.
getNotes() - Method in class org.phenotips.data.Medication
Custom notes about the medication.

M

Medication - Class in org.phenotips.data
Information about the medication taken by a patient.
Medication(String, String, String, String, Period, String, String) - Constructor for class org.phenotips.data.Medication
Basic constructor receiving all the required information.
Medication(JSONObject) - Constructor for class org.phenotips.data.Medication
Constructor parsing back a JSON, in the same format as toJSON() produces.
MedicationEffect - Enum in org.phenotips.data
The effect that a medicine has on the patient's symptoms.

N

NAME - Static variable in class org.phenotips.data.Medication
 
NOTES - Static variable in class org.phenotips.data.Medication
 

O

org.phenotips.data - package org.phenotips.data
 

T

toJSON() - Method in class org.phenotips.data.Medication
Serialize as JSON, in the following format.
toString() - Method in enum org.phenotips.data.MedicationEffect
 

V

valueOf(String) - Static method in enum org.phenotips.data.MedicationEffect
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.phenotips.data.MedicationEffect
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F G M N O T V 

Copyright © 2011–2015 University of Toronto, Computational Biology Lab. All rights reserved.