public static class DocumentReference.Content extends BaseIdentifiableElement implements IResourceBlock
Definition: The document and format referenced. There may be multiple content element repetitions, each with a different format.
| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
CodingDt |
addFormat()
Adds and returns a new value for format ()
|
DocumentReference.Content |
addFormat(CodingDt theValue)
Adds a given new value for format ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
AttachmentDt |
getAttachment()
Gets the value(s) for attachment ().
|
List<CodingDt> |
getFormat()
Gets the value(s) for format ().
|
CodingDt |
getFormatFirstRep()
Gets the first repetition for format (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
DocumentReference.Content |
setAttachment(AttachmentDt theValue)
Sets the value(s) for attachment ()
|
DocumentReference.Content |
setFormat(List<CodingDt> theValue)
Sets the value(s) for format ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Content()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic AttachmentDt getAttachment()
null.
Definition: The document or url of the document along with critical metadata to prove content has integrity.
public DocumentReference.Content setAttachment(AttachmentDt theValue)
Definition: The document or url of the document along with critical metadata to prove content has integrity.
public List<CodingDt> getFormat()
null.
Definition: An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType
public DocumentReference.Content setFormat(List<CodingDt> theValue)
Definition: An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType
public CodingDt addFormat()
Definition: An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType
public DocumentReference.Content addFormat(CodingDt theValue)
Definition: An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType
theValue - The format to add (must not be null)public CodingDt getFormatFirstRep()
Definition: An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType
Copyright © 2014–2016 University Health Network. All rights reserved.