Uses of Class
ca.uhn.fhir.model.dstu2.resource.ConceptMap.Contact
-
Uses of ConceptMap.Contact in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionConceptMap.addContact
(ConceptMap.Contact theValue) Adds a given new value for contact ()Modifier and TypeMethodDescriptionConceptMap.setContact
(List<ConceptMap.Contact> theValue) Sets the value(s) for contact ()