
Package org.hl7.fhir.r5.liquid
Class BaseTableWrapper
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.liquid.BaseTableWrapper
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
fhirType()
static BaseTableWrapper
static BaseTableWrapper
static BaseTableWrapper
static BaseTableWrapper
static BaseTableWrapper
org.hl7.fhir.utilities.FhirPublication
Base[]
getProperty
(int hash, String name, boolean checkValid) boolean
void
setTables
(Map<String, TestDataFactory.DataTable> tables) toString()
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
-
Method Details
-
forRows
-
forRow
-
forCell
-
forTable
-
forTable
-
getTables
-
setTables
-
fhirType
-
getIdBase
-
setIdBase
-
copy
-
getFHIRPublicationVersion
- Specified by:
getFHIRPublicationVersion
in classBase
-
cell
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
toString
-
isPrimitive
- Overrides:
isPrimitive
in 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:
primitiveValue
in 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)
-