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