public static interface HapiConverter.HapiFieldSetter
| Modifier and Type | Method and Description |
|---|---|
void |
setField(org.hl7.fhir.instance.model.api.IBase parentObject,
ca.uhn.fhir.context.BaseRuntimeChildDefinition fieldToSet,
Object value)
Sets the value to the corresponding field on a FHIR object.
|
void setField(org.hl7.fhir.instance.model.api.IBase parentObject,
ca.uhn.fhir.context.BaseRuntimeChildDefinition fieldToSet,
Object value)
parentObject - the composite object getting its field setfieldToSet - the runtime definition of the field to set.value - the value to be converted and set on the FHIR object.Copyright © 2020. All rights reserved.