Uses of Class
org.linuxforhealth.fhir.model.resource.VerificationResult.PrimarySource
-
Packages that use VerificationResult.PrimarySource Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of VerificationResult.PrimarySource in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return VerificationResult.PrimarySource Modifier and Type Method Description VerificationResult.PrimarySource
VerificationResult.PrimarySource.Builder. build()
Build theVerificationResult.PrimarySource
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type VerificationResult.PrimarySource Modifier and Type Method Description java.util.List<VerificationResult.PrimarySource>
VerificationResult. getPrimarySource()
Information about the primary source(s) involved in validation.Methods in org.linuxforhealth.fhir.model.resource with parameters of type VerificationResult.PrimarySource Modifier and Type Method Description protected VerificationResult.PrimarySource.Builder
VerificationResult.PrimarySource.Builder. from(VerificationResult.PrimarySource primarySource)
VerificationResult.Builder
VerificationResult.Builder. primarySource(VerificationResult.PrimarySource... primarySource)
Information about the primary source(s) involved in validation.protected void
VerificationResult.PrimarySource.Builder. validate(VerificationResult.PrimarySource primarySource)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type VerificationResult.PrimarySource Modifier and Type Method Description VerificationResult.Builder
VerificationResult.Builder. primarySource(java.util.Collection<VerificationResult.PrimarySource> primarySource)
Information about the primary source(s) involved in validation.
-