public static class Conformance.Implementation extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Identifies a specific implementation instance that is described by the conformance statement - i.e. a particular installation, rather than the capabilities of a software program
| Constructor and Description |
|---|
Implementation() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
String |
getUrl()
Gets the value(s) for url ().
|
ca.uhn.fhir.model.primitive.UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
Conformance.Implementation |
setDescription(String theString)
Sets the value for description ()
|
Conformance.Implementation |
setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()
|
Conformance.Implementation |
setUrl(String theUri)
Sets the value for url ()
|
Conformance.Implementation |
setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for url ()
|
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 Implementation()
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 getDescriptionElement()
null.
Definition: Information about the specific installation that this conformance statement relates to
public String getDescription()
null.
Definition: Information about the specific installation that this conformance statement relates to
public Conformance.Implementation setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Information about the specific installation that this conformance statement relates to
public Conformance.Implementation setDescription(String theString)
Definition: Information about the specific installation that this conformance statement relates to
public ca.uhn.fhir.model.primitive.UriDt getUrlElement()
null.
Definition: An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.
public String getUrl()
null.
Definition: An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.
public Conformance.Implementation setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.
public Conformance.Implementation setUrl(String theUri)
Definition: An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.
Copyright © 2014–2018 University Health Network. All rights reserved.