Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.Contact
-
Packages that use ValueSet.Contact Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ValueSet.Contact in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.Contact Modifier and Type Method Description ValueSet.ContactValueSet. addContact()Adds and returns a new value for contact ()ValueSet.ContactValueSet.Contact. addTelecom(ContactPointDt theValue)Adds a given new value for telecom ()ValueSet.ContactValueSet. getContactFirstRep()Gets the first repetition for contact (), creating it if it does not already exist.ValueSet.ContactValueSet.Contact. setName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()ValueSet.ContactValueSet.Contact. setName(String theString)Sets the value for name ()ValueSet.ContactValueSet.Contact. setTelecom(List<ContactPointDt> theValue)Sets the value(s) for telecom ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ValueSet.Contact Modifier and Type Method Description List<ValueSet.Contact>ValueSet. getContact()Gets the value(s) for contact ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.Contact Modifier and Type Method Description ValueSetValueSet. addContact(ValueSet.Contact theValue)Adds a given new value for contact ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ValueSet.Contact Modifier and Type Method Description ValueSetValueSet. setContact(List<ValueSet.Contact> theValue)Sets the value(s) for contact ()
-