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