| Package | Description |
|---|---|
| org.opensrp.api.domain |
| Modifier and Type | Method and Description |
|---|---|
Obs |
Obs.addToValueList(Object value) |
Obs |
Obs.withComments(String comments) |
Obs |
Obs.withFieldCode(String fieldCode) |
Obs |
Obs.withFieldDataType(String fieldDataType) |
Obs |
Obs.withFieldType(String fieldType) |
Obs |
Obs.withFormSubmissionField(String formSubmissionField) |
Obs |
Obs.withParentCode(String parentCode) |
Obs |
Obs.withValue(Object value) |
Obs |
Obs.withValues(List<Object> values) |
| Modifier and Type | Method and Description |
|---|---|
List<Obs> |
Event.getObs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.addObs(Obs observation) |
Event |
Event.withObs(Obs observation) |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setObs(List<Obs> obs)
WARNING: Overrides all existing obs
|
Event |
Event.withObs(List<Obs> obs)
WARNING: Overrides all existing obs
|
Copyright © 2018. All rights reserved.