Class EntryUuidIdentifier

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.EntryUuidIdentifier
All Implemented Interfaces:
IElement, Serializable, IBase, IBaseDatatype, IBaseElement, IBaseHasExtensions, ICompositeType

public class EntryUuidIdentifier extends org.hl7.fhir.r4.model.Identifier
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.hl7.fhir.r4.model.Identifier

    org.hl7.fhir.r4.model.Identifier.IdentifierUse, org.hl7.fhir.r4.model.Identifier.IdentifierUseEnumFactory
  • Field Summary

    Fields inherited from class org.hl7.fhir.r4.model.Identifier

    assigner, assignerTarget, period, system, type, use, value

    Fields inherited from class org.hl7.fhir.r4.model.Element

    extension, id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    setValue(UUID uuid)
     

    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, 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, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, 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

    • EntryUuidIdentifier

      public EntryUuidIdentifier()
    • EntryUuidIdentifier

      public EntryUuidIdentifier(UUID uuid)
  • Method Details