Uses of Class
com.ibm.fhir.model.resource.ConceptMap.Group
-
Packages that use ConceptMap.Group Package Description com.ibm.fhir.model.resource com.ibm.fhir.term.util -
-
Uses of ConceptMap.Group in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ConceptMap.Group Modifier and Type Method Description ConceptMap.Group
ConceptMap.Group.Builder. build()
Build theConceptMap.Group
Methods in com.ibm.fhir.model.resource that return types with arguments of type ConceptMap.Group Modifier and Type Method Description List<ConceptMap.Group>
ConceptMap. getGroup()
A group of mappings that all have the same source and target system.Methods in com.ibm.fhir.model.resource with parameters of type ConceptMap.Group Modifier and Type Method Description protected ConceptMap.Group.Builder
ConceptMap.Group.Builder. from(ConceptMap.Group group)
ConceptMap.Builder
ConceptMap.Builder. group(ConceptMap.Group... group)
A group of mappings that all have the same source and target system.Method parameters in com.ibm.fhir.model.resource with type arguments of type ConceptMap.Group Modifier and Type Method Description ConceptMap.Builder
ConceptMap.Builder. group(Collection<ConceptMap.Group> group)
A group of mappings that all have the same source and target system. -
Uses of ConceptMap.Group in com.ibm.fhir.term.util
Methods in com.ibm.fhir.term.util that return types with arguments of type ConceptMap.Group Modifier and Type Method Description static List<ConceptMap.Group>
ConceptMapSupport. translate(ConceptMap conceptMap, Coding coding)
-