toggle menu
OpenSRP
androidJvm
switch theme
search in API
engine
/
org.smartregister.fhircore.engine.configuration
/
PdfConfig
Pdf
Config
@
Serializable
data
class
PdfConfig
(
val
title
:
String
?
=
null
,
val
titleSuffix
:
String
?
=
null
,
val
structureReference
:
String
?
=
null
,
val
subjectReference
:
String
?
=
null
,
val
questionnaireReferences
:
List
<
String
>
=
emptyList()
)
:
Serializable
,
Parcelable
Members
Constructors
Pdf
Config
Link copied to clipboard
constructor
(
title
:
String
?
=
null
,
titleSuffix
:
String
?
=
null
,
structureReference
:
String
?
=
null
,
subjectReference
:
String
?
=
null
,
questionnaireReferences
:
List
<
String
>
=
emptyList()
)
Properties
questionnaire
References
Link copied to clipboard
val
questionnaireReferences
:
List
<
String
>
structure
Reference
Link copied to clipboard
val
structureReference
:
String
?
=
null
subject
Reference
Link copied to clipboard
val
subjectReference
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
?
=
null
title
Suffix
Link copied to clipboard
val
titleSuffix
:
String
?
=
null
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
interpolate
Link copied to clipboard
fun
interpolate
(
computedValuesMap
:
Map
<
String
,
Any
>
)
:
PdfConfig
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)