Uses of Class
ca.uhn.fhir.model.dstu2.resource.StructureDefinition.Contact
-
Uses of StructureDefinition.Contact in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionStructureDefinition.addContact()
Adds and returns a new value for contact ()StructureDefinition.Contact.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()StructureDefinition.getContactFirstRep()
Gets the first repetition for contact (), creating it if it does not already exist.StructureDefinition.Contact.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()StructureDefinition.Contact.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()Modifier and TypeMethodDescriptionStructureDefinition.getContact()
Gets the value(s) for contact ().Modifier and TypeMethodDescriptionStructureDefinition.addContact
(StructureDefinition.Contact theValue) Adds a given new value for contact ()Modifier and TypeMethodDescriptionStructureDefinition.setContact
(List<StructureDefinition.Contact> theValue) Sets the value(s) for contact ()