
Package ca.uhn.fhir.context
Interface BaseRuntimeChildDefinition.IMutator
- All Known Implementing Classes:
BaseRuntimeDeclaredChildDefinition.FieldListMutator,BaseRuntimeDeclaredChildDefinition.FieldPlainMutator
- Enclosing class:
BaseRuntimeChildDefinition
public static interface BaseRuntimeChildDefinition.IMutator
-
Method Summary
-
Method Details
-
addValue
-
setValue
-
remove
Remove an item from a list of values- Parameters:
theTarget- field to remove the item from (e.g. patient.name)theIndex- the index of the item to be removed (e.g. 1 for patient.name[1])
-