Class Conformance.Document
- 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:
Conformance
Definition: A document definition
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for documentation ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for documentation ().getMode()
Gets the value(s) for mode ().ca.uhn.fhir.model.primitive.BoundCodeDt
<DocumentModeEnum> Gets the value(s) for mode ().Gets the value(s) for profile ().boolean
isEmpty()
setDocumentation
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for documentation ()setDocumentation
(String theString) Sets the value for documentation ()setMode
(DocumentModeEnum theValue) Sets the value(s) for mode ()setMode
(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> theValue) Sets the value(s) for mode ()setProfile
(ResourceReferenceDt theValue) Sets the value(s) for profile ()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
-
Document
public Document()
-
-
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
-
getModeElement
Gets the value(s) for mode (). creating it if it does not exist. Will not returnnull
.Definition: Mode of this document declaration - whether application is producer or consumer
-
getMode
Gets the value(s) for mode (). creating it if it does not exist. This method may returnnull
.Definition: Mode of this document declaration - whether application is producer or consumer
-
setMode
public Conformance.Document setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> theValue) Sets the value(s) for mode ()Definition: Mode of this document declaration - whether application is producer or consumer
-
setMode
Sets the value(s) for mode ()Definition: Mode of this document declaration - whether application is producer or consumer
-
getDocumentationElement
Gets the value(s) for documentation (). creating it if it does not exist. Will not returnnull
.Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
-
getDocumentation
Gets the value(s) for documentation (). creating it if it does not exist. This method may returnnull
.Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
-
setDocumentation
Sets the value(s) for documentation ()Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
-
setDocumentation
Sets the value for documentation ()Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
-
getProfile
Gets the value(s) for profile (). creating it if it does not exist. Will not returnnull
.Definition: A constraint on a resource used in the document
-
setProfile
Sets the value(s) for profile ()Definition: A constraint on a resource used in the document
-