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