Uses of Class
org.hl7.fhir.dstu2016may.model.CodeSystem.ConceptDefinitionDesignationComponent
-
Packages that use CodeSystem.ConceptDefinitionDesignationComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of CodeSystem.ConceptDefinitionDesignationComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return CodeSystem.ConceptDefinitionDesignationComponent Modifier and Type Method Description protected CodeSystem.ConceptDefinitionDesignationComponentJsonParser. parseCodeSystemConceptDefinitionDesignationComponent(com.google.gson.JsonObject json, CodeSystem owner)protected CodeSystem.ConceptDefinitionDesignationComponentXmlParser. parseCodeSystemConceptDefinitionDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type CodeSystem.ConceptDefinitionDesignationComponent Modifier and Type Method Description protected voidJsonParser. composeCodeSystemConceptDefinitionDesignationComponent(String name, CodeSystem.ConceptDefinitionDesignationComponent element)protected voidRdfParser. composeCodeSystemConceptDefinitionDesignationComponent(RdfGenerator.Complex parent, String parentType, String name, CodeSystem.ConceptDefinitionDesignationComponent element, int index)protected voidXmlParser. composeCodeSystemConceptDefinitionDesignationComponent(String name, CodeSystem.ConceptDefinitionDesignationComponent element)protected voidJsonParser. composeCodeSystemConceptDefinitionDesignationComponentInner(CodeSystem.ConceptDefinitionDesignationComponent element) -
Uses of CodeSystem.ConceptDefinitionDesignationComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type CodeSystem.ConceptDefinitionDesignationComponent Modifier and Type Field Description protected List<CodeSystem.ConceptDefinitionDesignationComponent>CodeSystem.ConceptDefinitionComponent. designationAdditional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.Methods in org.hl7.fhir.dstu2016may.model that return CodeSystem.ConceptDefinitionDesignationComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionDesignationComponentCodeSystem.ConceptDefinitionComponent. addDesignation()CodeSystem.ConceptDefinitionDesignationComponentCodeSystem.ConceptDefinitionDesignationComponent. copy()CodeSystem.ConceptDefinitionDesignationComponentCodeSystem.ConceptDefinitionDesignationComponent. setLanguage(String value)CodeSystem.ConceptDefinitionDesignationComponentCodeSystem.ConceptDefinitionDesignationComponent. setLanguageElement(CodeType value)CodeSystem.ConceptDefinitionDesignationComponentCodeSystem.ConceptDefinitionDesignationComponent. setUse(Coding value)CodeSystem.ConceptDefinitionDesignationComponentCodeSystem.ConceptDefinitionDesignationComponent. setValue(String value)CodeSystem.ConceptDefinitionDesignationComponentCodeSystem.ConceptDefinitionDesignationComponent. setValueElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type CodeSystem.ConceptDefinitionDesignationComponent Modifier and Type Method Description List<CodeSystem.ConceptDefinitionDesignationComponent>CodeSystem.ConceptDefinitionComponent. getDesignation()Methods in org.hl7.fhir.dstu2016may.model with parameters of type CodeSystem.ConceptDefinitionDesignationComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentCodeSystem.ConceptDefinitionComponent. addDesignation(CodeSystem.ConceptDefinitionDesignationComponent t)
-