Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
Modifier and Type | Method and Description |
---|---|
ConditionClinicalStatus |
Condition.getClinicalStatus()
Gets the clinical status of the condition
|
static ConditionClinicalStatus |
ConditionClinicalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionClinicalStatus[] |
ConditionClinicalStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Condition.setClinicalStatus(ConditionClinicalStatus clinicalStatus)
Sets the clinical status of the condition
|
Constructor and Description |
---|
Condition(CodedOrFreeText condition,
ConditionClinicalStatus clinicalStatus,
ConditionVerificationStatus verificationStatus,
Condition previousVersion,
String additionalDetail,
Date onsetDate,
Date endDate,
Patient patient)
Convenience constructor to instantiate a condition class with all the necessary parameters
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.