Class PdqPatient.Ethnicity
java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.Element
org.hl7.fhir.r4.model.BackboneElement
org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient.Ethnicity
- All Implemented Interfaces:
IElement
,Serializable
,IBase
,IBaseBackboneElement
,IBaseElement
,IBaseHasExtensions
,IBaseHasModifierExtensions
- Enclosing class:
- PdqPatient
public static class PdqPatient.Ethnicity
extends org.hl7.fhir.r4.model.BackboneElement
- See Also:
-
Field Summary
Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension
Fields inherited from class org.hl7.fhir.r4.model.Element
extension, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
org.hl7.fhir.r4.model.Coding
org.hl7.fhir.r4.model.Coding
org.hl7.fhir.r4.model.StringType
getText()
boolean
boolean
boolean
hasText()
boolean
isEmpty()
void
setDetailed
(org.hl7.fhir.r4.model.Coding detailed) void
setOmbCategory
(org.hl7.fhir.r4.model.Coding ombCategory) void
setText
(org.hl7.fhir.r4.model.StringType text) Methods inherited from class org.hl7.fhir.r4.model.BackboneElement
addChild, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, equalsDeep, equalsShallow, fhirType, getModifierExtension, getModifierExtensionFirstRep, getNamedProperty, getProperty, getTypesForProperty, hasModifierExtension, listChildren, makeProperty, setModifierExtension, setProperty, setProperty
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
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
-
Constructor Details
-
Ethnicity
public Ethnicity()
-
-
Method Details
-
copy
- Specified by:
copy
in classorg.hl7.fhir.r4.model.BackboneElement
-
isEmpty
public boolean isEmpty() -
getOmbCategory
public org.hl7.fhir.r4.model.Coding getOmbCategory() -
getDetailed
public org.hl7.fhir.r4.model.Coding getDetailed() -
getText
public org.hl7.fhir.r4.model.StringType getText() -
setOmbCategory
public void setOmbCategory(org.hl7.fhir.r4.model.Coding ombCategory) -
setDetailed
public void setDetailed(org.hl7.fhir.r4.model.Coding detailed) -
setText
public void setText(org.hl7.fhir.r4.model.StringType text) -
hasOmbCategory
public boolean hasOmbCategory() -
hasDetailed
public boolean hasDetailed() -
hasText
public boolean hasText()
-