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.GroupConceptMap.Group.Builder. build()Build theConceptMap.GroupMethods 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.BuilderConceptMap.Group.Builder. from(ConceptMap.Group group)ConceptMap.BuilderConceptMap.Builder. group(ConceptMap.Group... group)A group of mappings that all have the same source and target system.protected voidConceptMap.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.BuilderConceptMap.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)
-