toggle menu
OpenSRP
androidJvm
switch theme
search in API
engine
/
org.smartregister.fhircore.engine.domain.model
/
Code
Code
@
Stable
@
Serializable
data
class
Code
(
var
system
:
String
?
=
null
,
var
code
:
String
?
=
null
,
var
display
:
String
?
=
null
)
:
Parcelable
,
Serializable
Members
Constructors
Code
Link copied to clipboard
constructor
(
system
:
String
?
=
null
,
code
:
String
?
=
null
,
display
:
String
?
=
null
)
Properties
code
Link copied to clipboard
var
code
:
String
?
display
Link copied to clipboard
var
display
:
String
?
system
Link copied to clipboard
var
system
:
String
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)