Class | Description |
---|---|
BaseMetadataDatatype<T extends OpenmrsMetadata> |
This is a superclass for custom datatypes for OpenmrsMetadata
|
BaseOpenmrsDatatype<T extends OpenmrsObject> |
This is a superclass for custom datatypes for OpenmrsObjects
|
BooleanDatatype |
Datatype for boolean, represented by java.lang.Boolean.
|
ConceptDatatype |
This is a class for custom datatypes for concepts
|
DateDatatype |
Datatype for a Date (without time), represented by a java.util.Date.
|
FloatDatatype |
Datatype for float, represented by java.lang.Float
|
FreeTextDatatype |
Free-text datatype, represented by a plain String.
|
LocationDatatype |
This is a class for custom datatypes for locations
|
LongFreeTextDatatype |
Free-text datatype, represented by a plain String in Java, but stored in the
database as a CLOB or similar.
|
ProgramDatatype |
This is a class for custom datatypes for programs
|
ProviderDatatype |
This is a class for custom datatypes for providers
|
RegexValidatedTextDatatype |
Datatype for a String that is validated against a regular expression
|
SpecifiedTextOptionsDatatype |
Copyright © 2024 OpenMRS Inc.. All rights reserved.