Uses of Class
com.ibm.fhir.model.resource.VerificationResult.PrimarySource
-
Packages that use VerificationResult.PrimarySource Package Description com.ibm.fhir.model.resource -
-
Uses of VerificationResult.PrimarySource in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return VerificationResult.PrimarySource Modifier and Type Method Description VerificationResult.PrimarySourceVerificationResult.PrimarySource.Builder. build()Build theVerificationResult.PrimarySourceMethods in com.ibm.fhir.model.resource that return types with arguments of type VerificationResult.PrimarySource Modifier and Type Method Description List<VerificationResult.PrimarySource>VerificationResult. getPrimarySource()Information about the primary source(s) involved in validation.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type VerificationResult.PrimarySource Modifier and Type Method Description VerificationResult.BuilderVerificationResult.Builder. primarySource(Collection<VerificationResult.PrimarySource> primarySource)Information about the primary source(s) involved in validation.
-