
Package org.hl7.fhir.r5.liquid
Class GlobalObject
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.liquid.GlobalObject
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) fhirType()org.hl7.fhir.utilities.FhirPublicationBase[]getProperty(int hash, String name, boolean checkValid) voidMethods inherited from class org.hl7.fhir.r5.model.Base
addChild, addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, equalsDeep, equalsShallow, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getNamedProperty, getTypesForProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isEmpty, isMetadataBased, isPrimitive, isResource, listChildren, listChildrenByName, listChildrenByName, makeProperty, primitiveValue, removeChild, setCopyUserData, setProperty, setProperty, setUserData, setUserDataINN, setXhtml
-
Constructor Details
-
GlobalObject
-
-
Method Details
-
fhirType
-
getIdBase
-
setIdBase
-
copy
-
getFHIRPublicationVersion
- Specified by:
getFHIRPublicationVersionin classBase
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
executeFunction
public List<Base> executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) - Overrides:
executeFunctionin classBase
-