Uses of Class
org.hl7.fhir.r5.model.ConceptMap2
-
Packages that use ConceptMap2 Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ConceptMap2 in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap2 Modifier and Type Method Description protected ConceptMap2JsonParser. parseConceptMap2(com.google.gson.JsonObject json)protected ConceptMap2XmlParser. parseConceptMap2(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap2 Modifier and Type Method Description protected voidJsonParser. composeConceptMap2(String name, ConceptMap2 element)protected voidRdfParser. composeConceptMap2(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap2 element, int index)protected voidXmlParser. composeConceptMap2(String name, ConceptMap2 element)protected voidXmlParser. composeConceptMap2Elements(ConceptMap2 element)protected voidJsonParser. composeConceptMap2Properties(ConceptMap2 element)protected booleanXmlParser. parseConceptMap2Content(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap2 res)protected voidJsonParser. parseConceptMap2Properties(com.google.gson.JsonObject json, ConceptMap2 res) -
Uses of ConceptMap2 in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type ConceptMap2 Modifier and Type Method Description voidConceptMap2. copyValues(ConceptMap2 dst)
-