Class PdqPatient.Race

    • Field Summary

      • Fields inherited from class org.hl7.fhir.dstu3.model.BackboneElement

        modifierExtension
      • Fields inherited from class org.hl7.fhir.dstu3.model.Element

        extension, id
    • Constructor Summary

      Constructors 
      Constructor Description
      Race()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PdqPatient.Race copy()  
      org.hl7.fhir.dstu3.model.Coding getDetailed()  
      org.hl7.fhir.dstu3.model.Coding getOmbCategory()  
      org.hl7.fhir.dstu3.model.StringType getText()  
      boolean hasDetailed()  
      boolean hasOmbCategory()  
      boolean hasText()  
      boolean isEmpty()  
      void setDetailed​(org.hl7.fhir.dstu3.model.Coding detailed)  
      void setOmbCategory​(org.hl7.fhir.dstu3.model.Coding ombCategory)  
      void setText​(org.hl7.fhir.dstu3.model.StringType text)  
      • Methods inherited from class org.hl7.fhir.dstu3.model.BackboneElement

        addChild, addModifierExtension, addModifierExtension, copyValues, equalsDeep, equalsShallow, fhirType, getModifierExtension, getModifierExtensionFirstRep, getNamedProperty, getProperty, getTypesForProperty, hasModifierExtension, listChildren, makeProperty, setModifierExtension, setProperty, setProperty
      • Methods inherited from class org.hl7.fhir.dstu3.model.Element

        addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setExtension, setId, setIdBase, setIdElement
      • Methods inherited from class org.hl7.fhir.dstu3.model.Base

        castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
    • Constructor Detail

      • Race

        public Race()
    • Method Detail

      • copy

        public PdqPatient.Race copy()
        Specified by:
        copy in class org.hl7.fhir.dstu3.model.BackboneElement
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface IBase
        Overrides:
        isEmpty in class org.hl7.fhir.dstu3.model.BackboneElement
      • getOmbCategory

        public org.hl7.fhir.dstu3.model.Coding getOmbCategory()
      • getDetailed

        public org.hl7.fhir.dstu3.model.Coding getDetailed()
      • getText

        public org.hl7.fhir.dstu3.model.StringType getText()
      • setOmbCategory

        public void setOmbCategory​(org.hl7.fhir.dstu3.model.Coding ombCategory)
      • setDetailed

        public void setDetailed​(org.hl7.fhir.dstu3.model.Coding detailed)
      • setText

        public void setText​(org.hl7.fhir.dstu3.model.StringType text)
      • hasOmbCategory

        public boolean hasOmbCategory()
      • hasDetailed

        public boolean hasDetailed()
      • hasText

        public boolean hasText()