org.openmrs.order
Class DrugSuggestion

java.lang.Object
  extended by org.openmrs.order.DrugSuggestion

public class DrugSuggestion
extends java.lang.Object


Constructor Summary
DrugSuggestion()
           
 
Method Summary
 java.lang.String getDose()
           
 java.lang.String getDrugId()
           
 java.lang.String getFrequency()
           
 java.lang.String getInstructions()
           
 java.lang.String getUnits()
           
 void setDose(java.lang.String dose)
           
 void setDrugId(java.lang.String drugId)
           
 void setFrequency(java.lang.String frequency)
           
 void setInstructions(java.lang.String instructions)
           
 void setUnits(java.lang.String units)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrugSuggestion

public DrugSuggestion()
Method Detail

getDose

public java.lang.String getDose()
Returns:
Returns the dose.

setDose

public void setDose(java.lang.String dose)
Parameters:
dose - The dose to set.

getDrugId

public java.lang.String getDrugId()
Returns:
Returns the drugId.

setDrugId

public void setDrugId(java.lang.String drugId)
Parameters:
drugId - The drugId to set.

getFrequency

public java.lang.String getFrequency()
Returns:
Returns the frequency.

setFrequency

public void setFrequency(java.lang.String frequency)
Parameters:
frequency - The frequency to set.

getInstructions

public java.lang.String getInstructions()
Returns:
Returns the instructions.

setInstructions

public void setInstructions(java.lang.String instructions)
Parameters:
instructions - The instructions to set.

getUnits

public java.lang.String getUnits()
Returns:
Returns the units.

setUnits

public void setUnits(java.lang.String units)
Parameters:
units - The units to set.

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change