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.PrimarySource
VerificationResult.PrimarySource.Builder. build()
Build theVerificationResult.PrimarySource
Methods in com.ibm.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 com.ibm.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 com.ibm.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.
-