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