public static class Conformance.Document extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A document definition
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDocumentation()
Gets the value(s) for documentation ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDocumentationElement()
Gets the value(s) for documentation ().
|
String |
getMode()
Gets the value(s) for mode ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> |
getModeElement()
Gets the value(s) for mode ().
|
ResourceReferenceDt |
getProfile()
Gets the value(s) for profile ().
|
boolean |
isEmpty() |
Conformance.Document |
setDocumentation(String theString)
Sets the value for documentation ()
|
Conformance.Document |
setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for documentation ()
|
Conformance.Document |
setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> theValue)
Sets the value(s) for mode ()
|
Conformance.Document |
setMode(DocumentModeEnum theValue)
Sets the value(s) for mode ()
|
Conformance.Document |
setProfile(ResourceReferenceDt theValue)
Sets the value(s) for profile ()
|
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 Document()
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<DocumentModeEnum> getModeElement()
null.
Definition: Mode of this document declaration - whether application is producer or consumer
public String getMode()
null.
Definition: Mode of this document declaration - whether application is producer or consumer
public Conformance.Document setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> theValue)
Definition: Mode of this document declaration - whether application is producer or consumer
public Conformance.Document setMode(DocumentModeEnum theValue)
Definition: Mode of this document declaration - whether application is producer or consumer
public ca.uhn.fhir.model.primitive.StringDt getDocumentationElement()
null.
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.
public String getDocumentation()
null.
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.
public Conformance.Document setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
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.
public Conformance.Document setDocumentation(String theString)
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.
public ResourceReferenceDt getProfile()
null.
Definition: A constraint on a resource used in the document
public Conformance.Document setProfile(ResourceReferenceDt theValue)
Definition: A constraint on a resource used in the document
Copyright © 2014–2018 University Health Network. All rights reserved.