EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.author(java.util.Collection<Reference> author) |
Identifies who is responsible for the information in this section, not necessarily who typed it in.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.author(Reference... author) |
Identifies who is responsible for the information in this section, not necessarily who typed it in.
|
static EvidenceReport.Section.Builder |
EvidenceReport.Section.builder() |
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.emptyReason(CodeableConcept emptyReason) |
If the section is empty, why the list is empty.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.entryClassifier(java.util.Collection<CodeableConcept> entryClassifier) |
Specifies any type of classification of the evidence report.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.entryClassifier(CodeableConcept... entryClassifier) |
Specifies any type of classification of the evidence report.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.entryQuantity(java.util.Collection<Quantity> entryQuantity) |
Quantity as content.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.entryQuantity(Quantity... entryQuantity) |
Quantity as content.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.entryReference(java.util.Collection<Reference> entryReference) |
A reference to the actual resource from which the narrative in the section is derived.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.entryReference(Reference... entryReference) |
A reference to the actual resource from which the narrative in the section is derived.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.focus(CodeableConcept focus) |
A code identifying the kind of content contained within the section.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.focusReference(Reference focusReference) |
A definitional Resource identifying the kind of content contained within the section.
|
protected EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.from(EvidenceReport.Section section) |
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.mode(SectionMode mode) |
How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing
basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where
items may be marked as added, modified or deleted.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.orderedBy(CodeableConcept orderedBy) |
Specifies the order applied to the items in the section entries.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.section(java.util.Collection<EvidenceReport.Section> section) |
A nested sub-section within this section.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.section(EvidenceReport.Section... section) |
A nested sub-section within this section.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.text(Narrative text) |
A human-readable narrative that contains the attested content of the section, used to represent the content of the
resource to a human.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.title(java.lang.String title) |
Convenience method for setting title .
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.Builder.title(String title) |
The label for this particular section.
|
EvidenceReport.Section.Builder |
EvidenceReport.Section.toBuilder() |
|