Uses of Class
org.linuxforhealth.fhir.model.resource.CodeSystem.Concept.Designation
-
Packages that use CodeSystem.Concept.Designation Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of CodeSystem.Concept.Designation in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CodeSystem.Concept.Designation Modifier and Type Method Description CodeSystem.Concept.Designation
CodeSystem.Concept.Designation.Builder. build()
Build theCodeSystem.Concept.Designation
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type CodeSystem.Concept.Designation Modifier and Type Method Description java.util.List<CodeSystem.Concept.Designation>
CodeSystem.Concept. getDesignation()
Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.Methods in org.linuxforhealth.fhir.model.resource with parameters of type CodeSystem.Concept.Designation Modifier and Type Method Description CodeSystem.Concept.Builder
CodeSystem.Concept.Builder. designation(CodeSystem.Concept.Designation... designation)
Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.protected CodeSystem.Concept.Designation.Builder
CodeSystem.Concept.Designation.Builder. from(CodeSystem.Concept.Designation designation)
protected void
CodeSystem.Concept.Designation.Builder. validate(CodeSystem.Concept.Designation designation)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type CodeSystem.Concept.Designation Modifier and Type Method Description CodeSystem.Concept.Builder
CodeSystem.Concept.Builder. designation(java.util.Collection<CodeSystem.Concept.Designation> designation)
Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.
-