Uses of Class
ca.uhn.fhir.model.dstu2.resource.NamingSystem.Contact
-
Uses of NamingSystem.Contact in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionNamingSystem.addContact()
Adds and returns a new value for contact ()NamingSystem.Contact.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()NamingSystem.getContactFirstRep()
Gets the first repetition for contact (), creating it if it does not already exist.NamingSystem.Contact.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()NamingSystem.Contact.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()Modifier and TypeMethodDescriptionNamingSystem.addContact
(NamingSystem.Contact theValue) Adds a given new value for contact ()Modifier and TypeMethodDescriptionNamingSystem.setContact
(List<NamingSystem.Contact> theValue) Sets the value(s) for contact ()