| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
JsonParser.parseExpression(com.google.gson.JsonObject json) |
protected Expression |
XmlParser.parseExpression(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeExpression(String name,
Expression element) |
protected void |
XmlParser.composeExpression(String name,
Expression element) |
protected void |
RdfParser.composeExpression(Turtle.Complex parent,
String parentType,
String name,
Expression element,
int index) |
protected void |
XmlParser.composeExpressionElements(Expression element) |
protected void |
JsonParser.composeExpressionInner(Expression element) |
protected boolean |
XmlParser.parseExpressionContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Expression res) |
protected void |
JsonParser.parseExpressionProperties(com.google.gson.JsonObject json,
Expression res) |
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
TriggerDefinition.condition
A boolean-valued expression that is evaluated in the context of the container of the trigger definition and returns whether or not the trigger fires.
|
protected Expression |
Measure.MeasureGroupPopulationComponent.criteria
An expression that specifies the criteria for the population, typically the name of an expression in a library.
|
protected Expression |
Measure.MeasureGroupStratifierComponent.criteria
An expression that specifies the criteria for the stratifier.
|
protected Expression |
Measure.MeasureGroupStratifierComponentComponent.criteria
An expression that specifies the criteria for this component of the stratifier.
|
protected Expression |
Measure.MeasureSupplementalDataComponent.criteria
The criteria for the supplemental data.
|
protected Expression |
PlanDefinition.PlanDefinitionActionConditionComponent.expression
An expression that returns true or false, indicating whether the condition is satisfied.
|
protected Expression |
PlanDefinition.PlanDefinitionActionDynamicValueComponent.expression
An expression specifying the value of the customized element.
|
protected Expression |
RequestGroup.RequestGroupActionConditionComponent.expression
An expression that returns true or false, indicating whether or not the condition is satisfied.
|
protected Expression |
ActivityDefinition.ActivityDefinitionDynamicValueComponent.expression
An expression specifying the value of the customized element.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
Base.castToExpression(Base b) |
Expression |
Expression.copy() |
Expression |
TriggerDefinition.getCondition() |
Expression |
Measure.MeasureGroupPopulationComponent.getCriteria() |
Expression |
Measure.MeasureGroupStratifierComponent.getCriteria() |
Expression |
Measure.MeasureGroupStratifierComponentComponent.getCriteria() |
Expression |
Measure.MeasureSupplementalDataComponent.getCriteria() |
Expression |
EvidenceVariable.EvidenceVariableCharacteristicComponent.getDefinitionExpression() |
Expression |
ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getDefinitionExpression() |
Expression |
PlanDefinition.PlanDefinitionActionConditionComponent.getExpression() |
Expression |
PlanDefinition.PlanDefinitionActionDynamicValueComponent.getExpression() |
Expression |
RequestGroup.RequestGroupActionConditionComponent.getExpression() |
Expression |
ActivityDefinition.ActivityDefinitionDynamicValueComponent.getExpression() |
Expression |
Expression.setDescription(String value) |
Expression |
Expression.setDescriptionElement(StringType value) |
Expression |
Expression.setExpression(String value) |
Expression |
Expression.setExpressionElement(StringType value) |
Expression |
Expression.setLanguage(String value) |
Expression |
Expression.setLanguageElement(CodeType value) |
Expression |
Expression.setName(String value) |
Expression |
Expression.setNameElement(IdType value) |
Expression |
Expression.setReference(String value) |
Expression |
Expression.setReferenceElement(UriType value) |
protected Expression |
Expression.typedCopy() |
| Constructor and Description |
|---|
ActivityDefinitionDynamicValueComponent(StringType path,
Expression expression)
Constructor
|
MeasureGroupPopulationComponent(Expression criteria)
Constructor
|
MeasureGroupStratifierComponentComponent(Expression criteria)
Constructor
|
MeasureSupplementalDataComponent(Expression criteria)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.