public static class Conformance.Contact extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Contacts to assist a user in finding and communicating with the publisher
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
ContactPointDt |
addTelecom()
Adds and returns a new value for telecom ()
|
Conformance.Contact |
addTelecom(ContactPointDt theValue)
Adds a given new value for telecom ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getName()
Gets the value(s) for name ().
|
ca.uhn.fhir.model.primitive.StringDt |
getNameElement()
Gets the value(s) for name ().
|
List<ContactPointDt> |
getTelecom()
Gets the value(s) for telecom ().
|
ContactPointDt |
getTelecomFirstRep()
Gets the first repetition for telecom (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
Conformance.Contact |
setName(String theString)
Sets the value for name ()
|
Conformance.Contact |
setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()
|
Conformance.Contact |
setTelecom(List<ContactPointDt> theValue)
Sets the value(s) for telecom ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Contact()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.StringDt getNameElement()
null.
Definition: The name of an individual to contact regarding the conformance
public String getName()
null.
Definition: The name of an individual to contact regarding the conformance
public Conformance.Contact setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The name of an individual to contact regarding the conformance
public Conformance.Contact setName(String theString)
Definition: The name of an individual to contact regarding the conformance
public List<ContactPointDt> getTelecom()
null.
Definition: Contact details for individual (if a name was provided) or the publisher
public Conformance.Contact setTelecom(List<ContactPointDt> theValue)
Definition: Contact details for individual (if a name was provided) or the publisher
public ContactPointDt addTelecom()
Definition: Contact details for individual (if a name was provided) or the publisher
public Conformance.Contact addTelecom(ContactPointDt theValue)
Definition: Contact details for individual (if a name was provided) or the publisher
theValue - The telecom to add (must not be null)public ContactPointDt getTelecomFirstRep()
Definition: Contact details for individual (if a name was provided) or the publisher
Copyright © 2014–2018 University Health Network. All rights reserved.