Uses of Class
org.linuxforhealth.fhir.persistence.params.model.CodeSystemValue
-
-
Uses of CodeSystemValue in org.linuxforhealth.fhir.persistence.params.api
Methods in org.linuxforhealth.fhir.persistence.params.api with parameters of type CodeSystemValue Modifier and Type Method Description void
IBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, QuantityParameter parameter, CodeSystemValue codeSystemValue)
Method parameters in org.linuxforhealth.fhir.persistence.params.api with type arguments of type CodeSystemValue Modifier and Type Method Description void
IParamValueProcessor. resolveSystemValues(java.util.List<CodeSystemValue> unresolvedSystemValues, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)
void
IParamValueProcessor. resolveSystemValues(java.util.List<CodeSystemValue> unresolvedSystemValues, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)
-
Uses of CodeSystemValue in org.linuxforhealth.fhir.persistence.params.batch
Constructors in org.linuxforhealth.fhir.persistence.params.batch with parameters of type CodeSystemValue Constructor Description BatchQuantityParameter(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, QuantityParameter parameter, CodeSystemValue csv)
Canonical constructor -
Uses of CodeSystemValue in org.linuxforhealth.fhir.persistence.params.database
Methods in org.linuxforhealth.fhir.persistence.params.database that return types with arguments of type CodeSystemValue Modifier and Type Method Description protected java.util.List<CodeSystemValue>
PlainDerbyParamValueProcessor. fetchCodeSystemIds(java.util.List<CodeSystemValue> unresolved, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)
protected java.util.List<CodeSystemValue>
PlainParamValueProcessor. fetchCodeSystemIds(java.util.List<CodeSystemValue> unresolved, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)
Fetch all the code_system_id values for the given list of CodeSystemValue objects.Methods in org.linuxforhealth.fhir.persistence.params.database with parameters of type CodeSystemValue Modifier and Type Method Description void
PlainBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, QuantityParameter p, CodeSystemValue codeSystemValue)
Method parameters in org.linuxforhealth.fhir.persistence.params.database with type arguments of type CodeSystemValue Modifier and Type Method Description protected void
PlainDerbyParamValueProcessor. addMissingCodeSystems(java.util.List<CodeSystemValue> codeSystems)
protected void
PlainParamValueProcessor. addMissingCodeSystems(java.util.List<CodeSystemValue> missing)
These code systems weren't found in the database, so we need to try and add them.protected java.util.List<CodeSystemValue>
PlainDerbyParamValueProcessor. fetchCodeSystemIds(java.util.List<CodeSystemValue> unresolved, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)
protected java.util.List<CodeSystemValue>
PlainDerbyParamValueProcessor. fetchCodeSystemIds(java.util.List<CodeSystemValue> unresolved, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)
protected java.util.List<CodeSystemValue>
PlainParamValueProcessor. fetchCodeSystemIds(java.util.List<CodeSystemValue> unresolved, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)
Fetch all the code_system_id values for the given list of CodeSystemValue objects.protected java.util.List<CodeSystemValue>
PlainParamValueProcessor. fetchCodeSystemIds(java.util.List<CodeSystemValue> unresolved, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)
Fetch all the code_system_id values for the given list of CodeSystemValue objects.void
PlainParamValueProcessor. resolveSystemValues(java.util.List<CodeSystemValue> unresolvedSystemValues, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)
Make sure we have values for all the code_systems we have collected in the current batchvoid
PlainParamValueProcessor. resolveSystemValues(java.util.List<CodeSystemValue> unresolvedSystemValues, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)
Make sure we have values for all the code_systems we have collected in the current batch -
Uses of CodeSystemValue in org.linuxforhealth.fhir.persistence.params.model
Methods in org.linuxforhealth.fhir.persistence.params.model that return CodeSystemValue Modifier and Type Method Description CodeSystemValue
CommonTokenValue. getCodeSystemValue()
Methods in org.linuxforhealth.fhir.persistence.params.model with parameters of type CodeSystemValue Modifier and Type Method Description int
CodeSystemValue. compareTo(CodeSystemValue that)
Constructors in org.linuxforhealth.fhir.persistence.params.model with parameters of type CodeSystemValue Constructor Description CommonTokenValue(short shardKey, CodeSystemValue codeSystemValue, java.lang.String tokenValue)
Public constructor
-