Package org.hl7.fhir.r4.model
Class StructureMap.StructureMapGroupRuleSourceComponent
java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.Element
org.hl7.fhir.r4.model.BackboneElement
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupRuleSourceComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
StructureMap
public static class StructureMap.StructureMapGroupRuleSourceComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected StringType
FHIRPath expression - must be true or the mapping engine throws an error instead of completing.protected StringType
FHIRPath expression - must be true or the rule does not apply.protected IdType
Type or variable this rule applies to.protected Type
A value to use if there is no existing value in the source object.protected StringType
Optional field for this source.How to handle the list mode for this element.protected StringType
A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found.protected StringType
Specified maximum cardinality for the element - a number or a "*".protected IntegerType
Specified minimum cardinality for the element.protected StringType
Specified type for the element.protected IdType
Named context for field, if a field is specified.Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension
-
Constructor Summary
ConstructorDescriptionConstructorConstructor -
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getCheck()
getMax()
int
getMin()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) getType()
String[]
getTypesForProperty
(int hash, String name) boolean
hasCheck()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasMax()
boolean
boolean
hasMin()
boolean
boolean
hasType()
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setCheckElement
(StringType value) setCondition
(String value) setConditionElement
(StringType value) setContext
(String value) setContextElement
(IdType value) setDefaultValue
(Type value) setElement
(String value) setElementElement
(StringType value) setLogMessage
(String value) setLogMessageElement
(StringType value) setMaxElement
(StringType value) setMin
(int value) setMinElement
(IntegerType value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setTypeElement
(StringType value) setVariable
(String value) setVariableElement
(IdType value) toString()
Methods inherited from class org.hl7.fhir.r4.model.BackboneElement
addModifierExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyExtensions, copyNewExtensions, copyValues, getExtensionByUrl, getExtensionsByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionFirstRep, hasExtension, hasExtension, hasModifierExtension, removeExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.r4.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, copyValues, getExtension, getExtensionFirstRep, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
context
Type or variable this rule applies to. -
min
Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content. -
max
Specified maximum cardinality for the element - a number or a "*". This is optional; if present, it acts an implicit check on the input content (* just serves as documentation; it's the default value). -
type
Specified type for the element. This works as a condition on the mapping - use for polymorphic elements. -
defaultValue
A value to use if there is no existing value in the source object. -
element
Optional field for this source. -
listMode
How to handle the list mode for this element. -
variable
Named context for field, if a field is specified. -
condition
FHIRPath expression - must be true or the rule does not apply. -
check
FHIRPath expression - must be true or the mapping engine throws an error instead of completing. -
logMessage
A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found.
-
-
Constructor Details
-
StructureMapGroupRuleSourceComponent
public StructureMapGroupRuleSourceComponent()Constructor -
StructureMapGroupRuleSourceComponent
Constructor
-
-
Method Details
-
getContextElement
- Returns:
context
(Type or variable this rule applies to.). This is the underlying object with id, value and extensions. The accessor "getContext" gives direct access to the value
-
hasContextElement
-
hasContext
-
setContextElement
- Parameters:
value
-context
(Type or variable this rule applies to.). This is the underlying object with id, value and extensions. The accessor "getContext" gives direct access to the value
-
getContext
- Returns:
- Type or variable this rule applies to.
-
setContext
- Parameters:
value
- Type or variable this rule applies to.
-
getMinElement
- Returns:
min
(Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content.). This is the underlying object with id, value and extensions. The accessor "getMin" gives direct access to the value
-
hasMinElement
-
hasMin
-
setMinElement
- Parameters:
value
-min
(Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content.). This is the underlying object with id, value and extensions. The accessor "getMin" gives direct access to the value
-
getMin
- Returns:
- Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content.
-
setMin
- Parameters:
value
- Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content.
-
getMaxElement
- Returns:
max
(Specified maximum cardinality for the element - a number or a "*". This is optional; if present, it acts an implicit check on the input content (* just serves as documentation; it's the default value).). This is the underlying object with id, value and extensions. The accessor "getMax" gives direct access to the value
-
hasMaxElement
-
hasMax
-
setMaxElement
- Parameters:
value
-max
(Specified maximum cardinality for the element - a number or a "*". This is optional; if present, it acts an implicit check on the input content (* just serves as documentation; it's the default value).). This is the underlying object with id, value and extensions. The accessor "getMax" gives direct access to the value
-
getMax
- Returns:
- Specified maximum cardinality for the element - a number or a "*". This is optional; if present, it acts an implicit check on the input content (* just serves as documentation; it's the default value).
-
setMax
- Parameters:
value
- Specified maximum cardinality for the element - a number or a "*". This is optional; if present, it acts an implicit check on the input content (* just serves as documentation; it's the default value).
-
getTypeElement
- Returns:
type
(Specified type for the element. This works as a condition on the mapping - use for polymorphic elements.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
hasTypeElement
-
hasType
-
setTypeElement
- Parameters:
value
-type
(Specified type for the element. This works as a condition on the mapping - use for polymorphic elements.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
getType
- Returns:
- Specified type for the element. This works as a condition on the mapping - use for polymorphic elements.
-
setType
- Parameters:
value
- Specified type for the element. This works as a condition on the mapping - use for polymorphic elements.
-
getDefaultValue
- Returns:
defaultValue
(A value to use if there is no existing value in the source object.)
-
hasDefaultValue
-
setDefaultValue
- Parameters:
value
-defaultValue
(A value to use if there is no existing value in the source object.)
-
getElementElement
- Returns:
element
(Optional field for this source.). This is the underlying object with id, value and extensions. The accessor "getElement" gives direct access to the value
-
hasElementElement
-
hasElement
-
setElementElement
- Parameters:
value
-element
(Optional field for this source.). This is the underlying object with id, value and extensions. The accessor "getElement" gives direct access to the value
-
getElement
- Returns:
- Optional field for this source.
-
setElement
- Parameters:
value
- Optional field for this source.
-
getListModeElement
- Returns:
listMode
(How to handle the list mode for this element.). This is the underlying object with id, value and extensions. The accessor "getListMode" gives direct access to the value
-
hasListModeElement
-
hasListMode
-
setListModeElement
public StructureMap.StructureMapGroupRuleSourceComponent setListModeElement(Enumeration<StructureMap.StructureMapSourceListMode> value) - Parameters:
value
-listMode
(How to handle the list mode for this element.). This is the underlying object with id, value and extensions. The accessor "getListMode" gives direct access to the value
-
getListMode
- Returns:
- How to handle the list mode for this element.
-
setListMode
public StructureMap.StructureMapGroupRuleSourceComponent setListMode(StructureMap.StructureMapSourceListMode value) - Parameters:
value
- How to handle the list mode for this element.
-
getVariableElement
- Returns:
variable
(Named context for field, if a field is specified.). This is the underlying object with id, value and extensions. The accessor "getVariable" gives direct access to the value
-
hasVariableElement
-
hasVariable
-
setVariableElement
- Parameters:
value
-variable
(Named context for field, if a field is specified.). This is the underlying object with id, value and extensions. The accessor "getVariable" gives direct access to the value
-
getVariable
- Returns:
- Named context for field, if a field is specified.
-
setVariable
- Parameters:
value
- Named context for field, if a field is specified.
-
getConditionElement
- Returns:
condition
(FHIRPath expression - must be true or the rule does not apply.). This is the underlying object with id, value and extensions. The accessor "getCondition" gives direct access to the value
-
hasConditionElement
-
hasCondition
-
setConditionElement
- Parameters:
value
-condition
(FHIRPath expression - must be true or the rule does not apply.). This is the underlying object with id, value and extensions. The accessor "getCondition" gives direct access to the value
-
getCondition
- Returns:
- FHIRPath expression - must be true or the rule does not apply.
-
setCondition
- Parameters:
value
- FHIRPath expression - must be true or the rule does not apply.
-
getCheckElement
- Returns:
check
(FHIRPath expression - must be true or the mapping engine throws an error instead of completing.). This is the underlying object with id, value and extensions. The accessor "getCheck" gives direct access to the value
-
hasCheckElement
-
hasCheck
-
setCheckElement
- Parameters:
value
-check
(FHIRPath expression - must be true or the mapping engine throws an error instead of completing.). This is the underlying object with id, value and extensions. The accessor "getCheck" gives direct access to the value
-
getCheck
- Returns:
- FHIRPath expression - must be true or the mapping engine throws an error instead of completing.
-
setCheck
- Parameters:
value
- FHIRPath expression - must be true or the mapping engine throws an error instead of completing.
-
getLogMessageElement
- Returns:
logMessage
(A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found.). This is the underlying object with id, value and extensions. The accessor "getLogMessage" gives direct access to the value
-
hasLogMessageElement
-
hasLogMessage
-
setLogMessageElement
- Parameters:
value
-logMessage
(A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found.). This is the underlying object with id, value and extensions. The accessor "getLogMessage" gives direct access to the value
-
getLogMessage
- Returns:
- A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found.
-
setLogMessage
- Parameters:
value
- A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found.
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
copyValues
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
-
toString
-