
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
FieldsModifier and TypeFieldDescriptionprotected StringTypeFHIRPath expression - must be true or the mapping engine throws an error instead of completing.protected StringTypeFHIRPath expression - must be true or the rule does not apply.protected IdTypeType or variable this rule applies to.protected TypeA value to use if there is no existing value in the source object.protected StringTypeOptional field for this source.How to handle the list mode for this element.protected StringTypeA FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found.protected StringTypeSpecified maximum cardinality for the element - a number or a "*".protected IntegerTypeSpecified minimum cardinality for the element.protected StringTypeSpecified type for the element.protected IdTypeNamed context for field, if a field is specified.Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension -
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructor -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidbooleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getCheck()getMax()intgetMin()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) getType()String[]getTypesForProperty(int hash, String name) booleanhasCheck()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasMax()booleanbooleanhasMin()booleanbooleanhasType()booleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) voidremoveChild(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, setModifierExtensionMethods 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, setIdElementMethods 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, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN, setXhtmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtensionMethods 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:
listChildrenin classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copyin classBackboneElement
-
copyValues
-
equalsDeep
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-
toString
-