Uses of Class
org.linuxforhealth.fhir.persistence.params.api.BatchParameterValue
-
Packages that use BatchParameterValue Package Description org.linuxforhealth.fhir.persistence.params.api org.linuxforhealth.fhir.persistence.params.batch org.linuxforhealth.fhir.persistence.params.database -
-
Uses of BatchParameterValue in org.linuxforhealth.fhir.persistence.params.api
Methods in org.linuxforhealth.fhir.persistence.params.api with parameters of type BatchParameterValue Modifier and Type Method Description void
IParamValueProcessor. publish(BatchParameterValue bpv)
Publish the given parameter value (which by now should have any FK references it needs) -
Uses of BatchParameterValue in org.linuxforhealth.fhir.persistence.params.batch
Subclasses of BatchParameterValue in org.linuxforhealth.fhir.persistence.params.batch Modifier and Type Class Description class
BatchDateParameter
A date parameter we are collecting to batchclass
BatchLocationParameter
A location parameter we are collecting to batchclass
BatchNumberParameter
A number parameter we are collecting to batchclass
BatchProfileParameter
A profile parameter we are collecting to batchclass
BatchQuantityParameter
A quantity parameter we are collecting to batchclass
BatchReferenceParameter
A reference parameter we are collecting to batchclass
BatchSecurityParameter
A security parameter we are collecting to batchclass
BatchStringParameter
A string parameter we are collecting to batchclass
BatchTagParameter
A tag parameter we are collecting to batchclass
BatchTokenParameter
A token parameter we are collecting to batch -
Uses of BatchParameterValue in org.linuxforhealth.fhir.persistence.params.database
Methods in org.linuxforhealth.fhir.persistence.params.database with parameters of type BatchParameterValue Modifier and Type Method Description void
PlainParamValueProcessor. publish(BatchParameterValue bpv)
-