
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 classstatic classNested 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 BaseTableWrapperstatic BaseTableWrapperstatic BaseTableWrapperstatic BaseTableWrapperstatic BaseTableWrapperorg.hl7.fhir.utilities.FhirPublicationBase[]getProperty(int hash, String name, boolean checkValid) booleanvoidsetTables(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, setXhtml
-
Method Details
-
forRows
-
forRow
-
forCell
-
forTable
-
forTable
-
getTables
-
setTables
-
fhirType
-
getIdBase
-
setIdBase
-
copy
-
getFHIRPublicationVersion
- Specified by:
getFHIRPublicationVersionin classBase
-
cell
-
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)
-