public interface HasFacts
| Modifier and Type | Method and Description |
|---|---|
default Stream<Fact> |
facts()
Create a stream of facts.
|
List<Fact> |
getFacts()
The conclusions about the facts of a conclusion resource.
|
void |
setFacts(List<Fact> facts)
The fact conclusions for the person.
|
List<Fact> getFacts()
void setFacts(List<Fact> facts)
facts - The fact conclusions for the person.Copyright © 2023. All rights reserved.