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