Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
org.openmrs.parameter |
Modifier and Type | Method and Description |
---|---|
DrugOrder |
DrugOrder.cloneForDiscontinuing() |
DrugOrder |
DrugOrder.cloneForRevision()
Creates a DrugOrder for revision from this order, sets the previousOrder, action field and
other drug order fields.
|
protected DrugOrder |
DrugOrder.cloneForRevisionHelper(DrugOrder target) |
DrugOrder |
DrugOrder.copy() |
protected DrugOrder |
DrugOrder.copyHelper(DrugOrder target) |
DrugOrder |
MedicationDispense.getDrugOrder() |
Modifier and Type | Method and Description |
---|---|
protected DrugOrder |
DrugOrder.cloneForRevisionHelper(DrugOrder target) |
protected DrugOrder |
DrugOrder.copyHelper(DrugOrder target) |
Date |
DosingInstructions.getAutoExpireDate(DrugOrder order)
Implementations of this interface may be able to infer the auto-expiration date from other
fields on the DrugOrder.
|
Date |
BaseDosingInstructions.getAutoExpireDate(DrugOrder drugOrder) |
DosingInstructions |
SimpleDosingInstructions.getDosingInstructions(DrugOrder order) |
DosingInstructions |
FreeTextDosingInstructions.getDosingInstructions(DrugOrder order) |
DosingInstructions |
DosingInstructions.getDosingInstructions(DrugOrder order)
Get dosing instructions from order
|
void |
SimpleDosingInstructions.setDosingInstructions(DrugOrder order) |
void |
FreeTextDosingInstructions.setDosingInstructions(DrugOrder order) |
void |
DosingInstructions.setDosingInstructions(DrugOrder order)
Serialize dosing instructions into order
|
void |
MedicationDispense.setDrugOrder(DrugOrder drugOrder) |
void |
SimpleDosingInstructions.validate(DrugOrder order,
org.springframework.validation.Errors errors) |
void |
FreeTextDosingInstructions.validate(DrugOrder order,
org.springframework.validation.Errors errors) |
void |
DosingInstructions.validate(DrugOrder order,
org.springframework.validation.Errors errors) |
Modifier and Type | Method and Description |
---|---|
DrugOrder |
MedicationDispenseCriteria.getDrugOrder() |
Modifier and Type | Method and Description |
---|---|
MedicationDispenseCriteriaBuilder |
MedicationDispenseCriteriaBuilder.setDrugOrder(DrugOrder drugOrder) |
void |
MedicationDispenseCriteria.setDrugOrder(DrugOrder drugOrder) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.