Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
Modifier and Type | Method and Description |
---|---|
TestOrder.Laterality |
TestOrder.getLaterality()
Gets the laterality.
|
static TestOrder.Laterality |
TestOrder.Laterality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestOrder.Laterality[] |
TestOrder.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 |
TestOrder.setLaterality(TestOrder.Laterality laterality)
Sets the laterality.
|
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.