toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
healthconnectonfhir
/
edu.stanford.healthconnectonfhir
/
ObservationsDocumentMapperImpl
Observations
Document
Mapper
Impl
class
ObservationsDocumentMapperImpl
@
Inject
constructor
(
jsonParser
:
IParser
,
gson
:
Gson
)
:
ObservationsDocumentMapper
Members
Constructors
Observations
Document
Mapper
Impl
Link copied to clipboard
@
Inject
constructor
(
jsonParser
:
IParser
,
gson
:
Gson
)
Functions
map
Link copied to clipboard
open
override
fun
<
T
:
Record
>
map
(
observationDocument
:
DocumentSnapshot
)
:
T
open
override
fun
map
(
observation
:
Observation
)
:
Map
<
String
,
Any
>