Uses of Class
org.linuxforhealth.fhir.model.resource.Composition.Attester
-
Packages that use Composition.Attester Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Composition.Attester in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Composition.Attester Modifier and Type Method Description Composition.Attester
Composition.Attester.Builder. build()
Build theComposition.Attester
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Composition.Attester Modifier and Type Method Description java.util.List<Composition.Attester>
Composition. getAttester()
A participant who has attested to the accuracy of the composition/document.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Composition.Attester Modifier and Type Method Description Composition.Builder
Composition.Builder. attester(Composition.Attester... attester)
A participant who has attested to the accuracy of the composition/document.protected Composition.Attester.Builder
Composition.Attester.Builder. from(Composition.Attester attester)
protected void
Composition.Attester.Builder. validate(Composition.Attester attester)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Composition.Attester Modifier and Type Method Description Composition.Builder
Composition.Builder. attester(java.util.Collection<Composition.Attester> attester)
A participant who has attested to the accuracy of the composition/document.
-