Uses of Class
org.hl7.fhir.r5.model.ConceptMap2.ConceptMap2GroupComponent
-
Packages that use ConceptMap2.ConceptMap2GroupComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ConceptMap2.ConceptMap2GroupComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap2.ConceptMap2GroupComponent Modifier and Type Method Description protected ConceptMap2.ConceptMap2GroupComponentJsonParser. parseConceptMap2GroupComponent(com.google.gson.JsonObject json)protected ConceptMap2.ConceptMap2GroupComponentXmlParser. parseConceptMap2GroupComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ConceptMap2.ConceptMap2GroupComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ConceptMap2.ConceptMap2GroupComponent Modifier and Type Field Description protected List<ConceptMap2.ConceptMap2GroupComponent>ConceptMap2. groupA group of mappings that all have the same source and target system.Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap2.ConceptMap2GroupComponent Modifier and Type Method Description List<ConceptMap2.ConceptMap2GroupComponent>ConceptMap2. getGroup()Methods in org.hl7.fhir.r5.model with parameters of type ConceptMap2.ConceptMap2GroupComponent Modifier and Type Method Description ConceptMap2ConceptMap2. addGroup(ConceptMap2.ConceptMap2GroupComponent t)voidConceptMap2.ConceptMap2GroupComponent. copyValues(ConceptMap2.ConceptMap2GroupComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap2.ConceptMap2GroupComponent Modifier and Type Method Description ConceptMap2ConceptMap2. setGroup(List<ConceptMap2.ConceptMap2GroupComponent> theGroup)
-