
Package org.hl7.fhir.r5.openehr
Class HIER_OBJECT_ID
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.UID
org.hl7.fhir.r5.openehr.OBJECT_ID
org.hl7.fhir.r5.openehr.UID_BASED_ID
org.hl7.fhir.r5.openehr.HIER_OBJECT_ID
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseDatatype
,org.hl7.fhir.instance.model.api.ICompositeType
public class HIER_OBJECT_ID
extends UID_BASED_ID
implements org.hl7.fhir.instance.model.api.ICompositeType
Concrete type corresponding to hierarchical identifiers of the form defined by UID_BASED_ID.
- 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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
copyValues
(HIER_OBJECT_ID dst) fhirType()
protected HIER_OBJECT_ID
Methods inherited from class org.hl7.fhir.r5.openehr.UID_BASED_ID
copyValues
Methods inherited from class org.hl7.fhir.r5.openehr.OBJECT_ID
copyValues
Methods inherited from class org.hl7.fhir.r5.openehr.UID
addChild, copyValues, equalsDeep, equalsShallow, getNamedProperty, getProperty, getTypesForProperty, getValue, getValueElement, hasValue, hasValueElement, isEmpty, listChildren, makeProperty, setProperty, setProperty, setValue, setValueElement
Methods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBase
Methods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, executeFunction, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, removeChild, setCopyUserData, setUserData, setUserDataINN, setXhtml
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Constructor Details
-
HIER_OBJECT_ID
public HIER_OBJECT_ID()Constructor
-
-
Method Details
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classUID_BASED_ID
- Returns:
- the FHIR type name of the instance (not the java class name)
-
copy
- Specified by:
copy
in classUID_BASED_ID
-
copyValues
-
typedCopy
-