
Package org.hl7.fhir.r5.liquid
Class BaseJsonWrapper
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.liquid.BaseJsonWrapper
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason -
Constructor Summary
Constructors -
Method Summary
Methods 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, executeFunction, 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, isResource, listChildren, listChildrenByName, listChildrenByName, makeProperty, removeChild, setCopyUserData, setProperty, setProperty, setUserData, setUserDataINN, setXhtml
-
Constructor Details
-
BaseJsonWrapper
-
-
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
-
toString
-
isPrimitive
- Overrides:
isPrimitivein classBase- Returns:
- true if the data type is a primitive type and might have a primitive value (which will be accessed as a string, irrespective of the stated value)
-
primitiveValue
- Overrides:
primitiveValuein classBase- Returns:
- the primitive value if there is one, as a string irrespective of the actual type (e.g. dates converted to their FHIR string representation) return null if the value is not a primitive or there is no value (might be extensions instead)
-