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.PrimarySourceVerificationResult.PrimarySource.Builder. build()Build theVerificationResult.PrimarySourceMethods 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.BuilderVerificationResult.PrimarySource.Builder. from(VerificationResult.PrimarySource primarySource)VerificationResult.BuilderVerificationResult.Builder. primarySource(VerificationResult.PrimarySource... primarySource)Information about the primary source(s) involved in validation.protected voidVerificationResult.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.BuilderVerificationResult.Builder. primarySource(java.util.Collection<VerificationResult.PrimarySource> primarySource)Information about the primary source(s) involved in validation.
-