public static class ValueSet.CodeSystemConceptDesignation extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.
| Constructor and Description |
|---|
CodeSystemConceptDesignation() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getLanguage()
Gets the value(s) for language ().
|
ca.uhn.fhir.model.primitive.CodeDt |
getLanguageElement()
Gets the value(s) for language ().
|
CodingDt |
getUse()
Gets the value(s) for use ().
|
String |
getValue()
Gets the value(s) for value ().
|
ca.uhn.fhir.model.primitive.StringDt |
getValueElement()
Gets the value(s) for value ().
|
boolean |
isEmpty() |
ValueSet.CodeSystemConceptDesignation |
setLanguage(ca.uhn.fhir.model.primitive.CodeDt theValue)
Sets the value(s) for language ()
|
ValueSet.CodeSystemConceptDesignation |
setLanguage(String theCode)
Sets the value for language ()
|
ValueSet.CodeSystemConceptDesignation |
setUse(CodingDt theValue)
Sets the value(s) for use ()
|
ValueSet.CodeSystemConceptDesignation |
setValue(String theString)
Sets the value for value ()
|
ValueSet.CodeSystemConceptDesignation |
setValue(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for value ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CodeSystemConceptDesignation()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.CodeDt getLanguageElement()
null.
Definition: The language this designation is defined for
public String getLanguage()
null.
Definition: The language this designation is defined for
public ValueSet.CodeSystemConceptDesignation setLanguage(ca.uhn.fhir.model.primitive.CodeDt theValue)
Definition: The language this designation is defined for
public ValueSet.CodeSystemConceptDesignation setLanguage(String theCode)
Definition: The language this designation is defined for
public CodingDt getUse()
null.
Definition: A code that details how this designation would be used
public ValueSet.CodeSystemConceptDesignation setUse(CodingDt theValue)
Definition: A code that details how this designation would be used
public ca.uhn.fhir.model.primitive.StringDt getValueElement()
null.
Definition: The text value for this designation
public String getValue()
null.
Definition: The text value for this designation
public ValueSet.CodeSystemConceptDesignation setValue(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The text value for this designation
public ValueSet.CodeSystemConceptDesignation setValue(String theString)
Definition: The text value for this designation
Copyright © 2014–2018 University Health Network. All rights reserved.