
Package org.hl7.fhir.r5.openehr
Class UID_BASED_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
- 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
- Direct Known Subclasses:
HIER_OBJECT_ID
,OBJECT_VERSION_ID
public abstract class UID_BASED_ID
extends OBJECT_ID
implements org.hl7.fhir.instance.model.api.ICompositeType
Abstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extension
- 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 TypeMethodDescriptionabstract UID_BASED_ID
copy()
void
copyValues
(UID_BASED_ID dst) fhirType()
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
-
UID_BASED_ID
public UID_BASED_ID()Constructor
-
-
Method Details