Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrder.Laterality |
ServiceOrder.getLaterality()
Gets the laterality.
|
static ServiceOrder.Laterality |
ServiceOrder.Laterality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceOrder.Laterality[] |
ServiceOrder.Laterality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.setLaterality(ServiceOrder.Laterality laterality)
Sets the laterality.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.