Class UniqueIdIdentifier
java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.Element
org.hl7.fhir.r4.model.Type
org.hl7.fhir.r4.model.Identifier
org.openehealth.ipf.commons.ihe.fhir.mhd.model.UniqueIdIdentifier
- All Implemented Interfaces:
IElement
,Serializable
,IBase
,IBaseDatatype
,IBaseElement
,IBaseHasExtensions
,ICompositeType
- Direct Known Subclasses:
SubmissionSetUniqueIdIdentifier
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r4.model.Identifier
Identifier.IdentifierUse, Identifier.IdentifierUseEnumFactory
-
Field Summary
Fields inherited from class org.hl7.fhir.r4.model.Identifier
assigner, assignerTarget, period, system, type, use, value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.hl7.fhir.r4.model.Identifier
addChild, copyValues, equalsDeep, equalsShallow, fhirType, getAssigner, getAssignerTarget, getNamedProperty, getPeriod, getProperty, getSystem, getSystemElement, getType, getTypesForProperty, getUse, getUseElement, getValue, getValueElement, hasAssigner, hasPeriod, hasSystem, hasSystemElement, hasType, hasUse, hasUseElement, hasValue, hasValueElement, isEmpty, listChildren, makeProperty, removeChild, setAssigner, setAssignerTarget, setPeriod, setProperty, setProperty, setSystem, setSystemElement, setType, setUse, setUseElement, setValue, setValueElement, typedCopy
Methods inherited from class org.hl7.fhir.r4.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
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, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
-
Constructor Details
-
UniqueIdIdentifier
public UniqueIdIdentifier()
-
-
Method Details
-
copy
- Overrides:
copy
in classIdentifier
-