Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.db |
OpenMRS database layer interfaces.
|
org.openmrs.api.db.hibernate |
Resources for Hibernate ORM.
|
org.openmrs.api.impl |
Modifier and Type | Method and Description |
---|---|
Collection<PatientProgramAttribute> |
PatientProgram.getActiveAttributes() |
List<PatientProgramAttribute> |
PatientProgram.getActiveAttributes(CustomValueDescriptor ofType) |
Set<PatientProgramAttribute> |
PatientProgram.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
PatientProgram.addAttribute(PatientProgramAttribute attribute) |
void |
PatientProgram.setAttribute(PatientProgramAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
void |
PatientProgram.setAttributes(Set<PatientProgramAttribute> attributes) |
Modifier and Type | Method and Description |
---|---|
PatientProgramAttribute |
ProgramWorkflowService.getPatientProgramAttributeByUuid(String var1) |
Modifier and Type | Method and Description |
---|---|
PatientProgramAttribute |
ProgramWorkflowDAO.getPatientProgramAttributeByUuid(String var1) |
Modifier and Type | Method and Description |
---|---|
PatientProgramAttribute |
HibernateProgramWorkflowDAO.getPatientProgramAttributeByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
PatientProgramAttribute |
ProgramWorkflowServiceImpl.getPatientProgramAttributeByUuid(String uuid) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.