Uses of Class
org.hl7.fhir.dstu2.model.ConceptMap.ConceptMapContactComponent
-
Packages that use ConceptMap.ConceptMapContactComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ConceptMap.ConceptMapContactComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ConceptMap.ConceptMapContactComponent Modifier and Type Method Description protected ConceptMap.ConceptMapContactComponentJsonParser. parseConceptMapConceptMapContactComponent(com.google.gson.JsonObject json, ConceptMap owner)protected ConceptMap.ConceptMapContactComponentXmlParser. parseConceptMapConceptMapContactComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ConceptMap.ConceptMapContactComponent Modifier and Type Method Description protected voidJsonParser. composeConceptMapConceptMapContactComponent(String name, ConceptMap.ConceptMapContactComponent element)protected voidXmlParser. composeConceptMapConceptMapContactComponent(String name, ConceptMap.ConceptMapContactComponent element)protected voidJsonParser. composeConceptMapConceptMapContactComponentInner(ConceptMap.ConceptMapContactComponent element) -
Uses of ConceptMap.ConceptMapContactComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ConceptMap.ConceptMapContactComponent Modifier and Type Field Description protected List<ConceptMap.ConceptMapContactComponent>ConceptMap. contactContacts to assist a user in finding and communicating with the publisher.Methods in org.hl7.fhir.dstu2.model that return ConceptMap.ConceptMapContactComponent Modifier and Type Method Description ConceptMap.ConceptMapContactComponentConceptMap. addContact()ConceptMap.ConceptMapContactComponentConceptMap.ConceptMapContactComponent. addTelecom(ContactPoint t)ConceptMap.ConceptMapContactComponentConceptMap.ConceptMapContactComponent. copy()ConceptMap.ConceptMapContactComponentConceptMap.ConceptMapContactComponent. setName(String value)ConceptMap.ConceptMapContactComponentConceptMap.ConceptMapContactComponent. setNameElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ConceptMap.ConceptMapContactComponent Modifier and Type Method Description List<ConceptMap.ConceptMapContactComponent>ConceptMap. getContact()Methods in org.hl7.fhir.dstu2.model with parameters of type ConceptMap.ConceptMapContactComponent Modifier and Type Method Description ConceptMapConceptMap. addContact(ConceptMap.ConceptMapContactComponent t)
-