Class ImplementationGuide.PackageResource
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
ImplementationGuide
Definition: A resource that is part of the implementation guide. Conformance resources (value set, structure definition, conformance statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value(s) for acronym ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for acronym ().<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for description ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for description ().Gets the value(s) for exampleFor ().getName()
Gets the value(s) for name ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for name ().Gets the value(s) for purpose ().ca.uhn.fhir.model.primitive.BoundCodeDt
<GuideResourcePurposeEnum> Gets the value(s) for purpose ().ca.uhn.fhir.model.api.IDatatype
Gets the value(s) for source[x] ().boolean
isEmpty()
setAcronym
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for acronym ()setAcronym
(String theString) Sets the value for acronym ()setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()setDescription
(String theString) Sets the value for description ()setExampleFor
(ResourceReferenceDt theValue) Sets the value(s) for exampleFor ()setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()setPurpose
(GuideResourcePurposeEnum theValue) Sets the value(s) for purpose ()setPurpose
(ca.uhn.fhir.model.primitive.BoundCodeDt<GuideResourcePurposeEnum> theValue) Sets the value(s) for purpose ()setSource
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for source[x] ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
PackageResource
public PackageResource()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getPurposeElement
Gets the value(s) for purpose (). creating it if it does not exist. Will not returnnull
.Definition: Why the resource is included in the guide
-
getPurpose
Gets the value(s) for purpose (). creating it if it does not exist. This method may returnnull
.Definition: Why the resource is included in the guide
-
setPurpose
public ImplementationGuide.PackageResource setPurpose(ca.uhn.fhir.model.primitive.BoundCodeDt<GuideResourcePurposeEnum> theValue) Sets the value(s) for purpose ()Definition: Why the resource is included in the guide
-
setPurpose
Sets the value(s) for purpose ()Definition: Why the resource is included in the guide
-
getNameElement
Gets the value(s) for name (). creating it if it does not exist. Will not returnnull
.Definition: A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name)
-
getName
Gets the value(s) for name (). creating it if it does not exist. This method may returnnull
.Definition: A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name)
-
setName
Sets the value(s) for name ()Definition: A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name)
-
setName
Sets the value for name ()Definition: A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name)
-
getDescriptionElement
Gets the value(s) for description (). creating it if it does not exist. Will not returnnull
.Definition: A description of the reason that a resource has been included in the implementation guide
-
getDescription
Gets the value(s) for description (). creating it if it does not exist. This method may returnnull
.Definition: A description of the reason that a resource has been included in the implementation guide
-
setDescription
public ImplementationGuide.PackageResource setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()Definition: A description of the reason that a resource has been included in the implementation guide
-
setDescription
Sets the value for description ()Definition: A description of the reason that a resource has been included in the implementation guide
-
getAcronymElement
Gets the value(s) for acronym (). creating it if it does not exist. Will not returnnull
.Definition: A short code that may be used to identify the resource throughout the implementation guide
-
getAcronym
Gets the value(s) for acronym (). creating it if it does not exist. This method may returnnull
.Definition: A short code that may be used to identify the resource throughout the implementation guide
-
setAcronym
public ImplementationGuide.PackageResource setAcronym(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for acronym ()Definition: A short code that may be used to identify the resource throughout the implementation guide
-
setAcronym
Sets the value for acronym ()Definition: A short code that may be used to identify the resource throughout the implementation guide
-
getSource
Gets the value(s) for source[x] (). creating it if it does not exist. Will not returnnull
.Definition: Where this resource is found
-
setSource
Sets the value(s) for source[x] ()Definition: Where this resource is found
-
getExampleFor
Gets the value(s) for exampleFor (). creating it if it does not exist. Will not returnnull
.Definition: Another resource that this resource is an example for. This is mostly used for resources that are included as examples of StructureDefinitions
-
setExampleFor
Sets the value(s) for exampleFor ()Definition: Another resource that this resource is an example for. This is mostly used for resources that are included as examples of StructureDefinitions
-