Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ValueSetContactComponent
-
Packages that use ValueSet.ValueSetContactComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ValueSet.ValueSetContactComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ValueSetContactComponent Modifier and Type Method Description protected ValueSet.ValueSetContactComponentJsonParser. parseValueSetValueSetContactComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ValueSetContactComponentXmlParser. parseValueSetValueSetContactComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSet.ValueSetContactComponent Modifier and Type Method Description protected voidJsonParser. composeValueSetValueSetContactComponent(String name, ValueSet.ValueSetContactComponent element)protected voidXmlParser. composeValueSetValueSetContactComponent(String name, ValueSet.ValueSetContactComponent element)protected voidJsonParser. composeValueSetValueSetContactComponentInner(ValueSet.ValueSetContactComponent element) -
Uses of ValueSet.ValueSetContactComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ValueSet.ValueSetContactComponent Modifier and Type Field Description protected List<ValueSet.ValueSetContactComponent>ValueSet. contactContacts to assist a user in finding and communicating with the publisher.Methods in org.hl7.fhir.dstu2.model that return ValueSet.ValueSetContactComponent Modifier and Type Method Description ValueSet.ValueSetContactComponentValueSet. addContact()ValueSet.ValueSetContactComponentValueSet.ValueSetContactComponent. addTelecom(ContactPoint t)ValueSet.ValueSetContactComponentValueSet.ValueSetContactComponent. copy()ValueSet.ValueSetContactComponentValueSet.ValueSetContactComponent. setName(String value)ValueSet.ValueSetContactComponentValueSet.ValueSetContactComponent. setNameElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ValueSet.ValueSetContactComponent Modifier and Type Method Description List<ValueSet.ValueSetContactComponent>ValueSet. getContact()Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ValueSetContactComponent Modifier and Type Method Description ValueSetValueSet. addContact(ValueSet.ValueSetContactComponent t)
-