toggle menu
OpenSRP
androidJvm
switch theme
search in API
engine
/
org.smartregister.fhircore.engine.configuration
/
ExtractedResourceUniquePropertyExpression
Extracted
Resource
Unique
Property
Expression
@
Serializable
data
class
ExtractedResourceUniquePropertyExpression
(
val
resourceType
:
ResourceType
,
val
fhirPathExpression
:
String
)
:
Serializable
,
Parcelable
Members
Constructors
Extracted
Resource
Unique
Property
Expression
Link copied to clipboard
constructor
(
resourceType
:
ResourceType
,
fhirPathExpression
:
String
)
Properties
fhir
Path
Expression
Link copied to clipboard
val
fhirPathExpression
:
String
resource
Type
Link copied to clipboard
val
resourceType
:
ResourceType
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
)