public static class ImplementationGuide.Dependency extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides
| Constructor and Description |
|---|
Dependency() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getType()
Gets the value(s) for type ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<GuideDependencyTypeEnum> |
getTypeElement()
Gets the value(s) for type ().
|
String |
getUri()
Gets the value(s) for uri ().
|
ca.uhn.fhir.model.primitive.UriDt |
getUriElement()
Gets the value(s) for uri ().
|
boolean |
isEmpty() |
ImplementationGuide.Dependency |
setType(ca.uhn.fhir.model.primitive.BoundCodeDt<GuideDependencyTypeEnum> theValue)
Sets the value(s) for type ()
|
ImplementationGuide.Dependency |
setType(GuideDependencyTypeEnum theValue)
Sets the value(s) for type ()
|
ImplementationGuide.Dependency |
setUri(String theUri)
Sets the value for uri ()
|
ImplementationGuide.Dependency |
setUri(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for uri ()
|
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 Dependency()
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.BoundCodeDt<GuideDependencyTypeEnum> getTypeElement()
null.
Definition: How the dependency is represented when the guide is published
public String getType()
null.
Definition: How the dependency is represented when the guide is published
public ImplementationGuide.Dependency setType(ca.uhn.fhir.model.primitive.BoundCodeDt<GuideDependencyTypeEnum> theValue)
Definition: How the dependency is represented when the guide is published
public ImplementationGuide.Dependency setType(GuideDependencyTypeEnum theValue)
Definition: How the dependency is represented when the guide is published
public ca.uhn.fhir.model.primitive.UriDt getUriElement()
null.
Definition: Where the dependency is located
public String getUri()
null.
Definition: Where the dependency is located
public ImplementationGuide.Dependency setUri(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: Where the dependency is located
public ImplementationGuide.Dependency setUri(String theUri)
Definition: Where the dependency is located
Copyright © 2014–2018 University Health Network. All rights reserved.