Uses of Class
com.ibm.fhir.model.resource.CodeSystem.Concept
-
Packages that use CodeSystem.Concept Package Description com.ibm.fhir.model.resource -
-
Uses of CodeSystem.Concept in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CodeSystem.Concept Modifier and Type Method Description CodeSystem.ConceptCodeSystem.Concept.Builder. build()Build theCodeSystem.ConceptMethods in com.ibm.fhir.model.resource that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description List<CodeSystem.Concept>CodeSystem.Concept. getConcept()Defines children of a concept to produce a hierarchy of concepts.List<CodeSystem.Concept>CodeSystem. getConcept()Concepts that are in the code system.Methods in com.ibm.fhir.model.resource with parameters of type CodeSystem.Concept Modifier and Type Method Description CodeSystem.BuilderCodeSystem.Builder. concept(CodeSystem.Concept... concept)Concepts that are in the code system.CodeSystem.Concept.BuilderCodeSystem.Concept.Builder. concept(CodeSystem.Concept... concept)Defines children of a concept to produce a hierarchy of concepts.protected CodeSystem.Concept.BuilderCodeSystem.Concept.Builder. from(CodeSystem.Concept concept)Method parameters in com.ibm.fhir.model.resource with type arguments of type CodeSystem.Concept Modifier and Type Method Description CodeSystem.BuilderCodeSystem.Builder. concept(Collection<CodeSystem.Concept> concept)Concepts that are in the code system.CodeSystem.Concept.BuilderCodeSystem.Concept.Builder. concept(Collection<CodeSystem.Concept> concept)Defines children of a concept to produce a hierarchy of concepts.
-