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