Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
org.openmrs.activelist |
Modifier and Type | Class and Description |
---|---|
class |
BaseOpenmrsData
In OpenMRS, we distinguish between data and metadata within our data model.
|
class |
Cohort
This class represents a list of patientIds.
|
class |
DrugOrder
DrugOrder
|
class |
Encounter
An Encounter represents one visit or interaction of a patient with a healthcare worker.
|
class |
Obs
An observation is a single unit of clinical information.
|
class |
Order
Dates should be interpreted as follows: If startDate is null then the order has been going on
"since the beginning of time" Otherwise the order starts on startDate If discontinued is non-null
and true, then the following fields should be ignored: autoExpireDate if discontinuedDate is null
then the order was discontinued "the instant after it began" otherwise it was given from its
starting date until discontinuedDate Otherwise (discontinued is null or false) if autoExpireDate
is null, the order is set to go forever otherwise the order goes until autoExpireDate the
following fields should be ignored: discontinuedBy discontinuedDate discontinuedReason It is an
error to have discontinued be true and have discontinuedDate be after autoExpireDate.
|
class |
Patient
Defines a Patient in the system.
|
class |
PatientIdentifier
A
Patient can have zero to n identifying PatientIdentifier(s). |
class |
PatientProgram
PatientProgram
|
class |
PatientState
PatientState
|
class |
Person
A Person in the system.
|
class |
PersonAddress
This class is the representation of a person's address.
|
class |
PersonAttribute
A PersonAttribute is meant as way for implementations to add arbitrary information about a
user/patient to their database.
|
class |
PersonName
A Person can have zero to n PersonName(s).
|
class |
Relationship
Relationship
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveListItem
TODO
|
class |
Allergy
TODO
|
class |
Problem
TODO
|
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.