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