toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.trackedentity
/
TrackedEntityDataValueTableInfo
/
Columns
Columns
open
class
Columns
:
CoreColumns
Members
Constructors
Columns
Link copied to clipboard
constructor
(
)
Properties
CREATED
Link copied to clipboard
val
CREATED
:
String
=
"created"
DATA_ELEMENT
Link copied to clipboard
val
DATA_ELEMENT
:
String
=
"dataElement"
EVENT
Link copied to clipboard
val
EVENT
:
String
=
"event"
ID
Link copied to clipboard
val
ID
:
String
=
"_id"
LAST_UPDATED
Link copied to clipboard
val
LAST_UPDATED
:
String
=
"lastUpdated"
PROVIDED_ELSEWHERE
Link copied to clipboard
val
PROVIDED_ELSEWHERE
:
String
=
"providedElsewhere"
STORED_BY
Link copied to clipboard
val
STORED_BY
:
String
=
"storedBy"
SYNC_STATE
Link copied to clipboard
val
SYNC_STATE
:
String
=
"syncState"
VALUE
Link copied to clipboard
val
VALUE
:
String
=
"value"
Functions
all
Link copied to clipboard
open
fun
all
(
)
:
Array
<
String
>
where
Update
Link copied to clipboard
open
fun
whereUpdate
(
)
:
Array
<
String
>