Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDosingInstructions |
class |
FreeTextDosingInstructions |
class |
SimpleDosingInstructions |
Modifier and Type | Method and Description |
---|---|
DosingInstructions |
SimpleDosingInstructions.getDosingInstructions(DrugOrder order) |
DosingInstructions |
FreeTextDosingInstructions.getDosingInstructions(DrugOrder order) |
DosingInstructions |
DosingInstructions.getDosingInstructions(DrugOrder order)
Get dosing instructions from order
|
DosingInstructions |
DrugOrder.getDosingInstructionsInstance()
Gets the dosingInstructions instance
|
Modifier and Type | Method and Description |
---|---|
Class<? extends DosingInstructions> |
DrugOrder.getDosingType()
Gets the dosingType
|
Modifier and Type | Method and Description |
---|---|
void |
DrugOrder.setDosing(DosingInstructions di)
Set dosing instructions to drug order
|
Modifier and Type | Method and Description |
---|---|
void |
DrugOrder.setDosingType(Class<? extends DosingInstructions> dosingType)
Sets the dosingType
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.