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