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