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 voidIBatchParameterProcessor. 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 voidIParamValueProcessor. resolveSystemValues(java.util.List<CodeSystemValue> unresolvedSystemValues, java.util.Map<java.lang.String,CodeSystemValue> codeSystemValueMap)voidIParamValueProcessor. 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 voidPlainBatchParameterProcessor. 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 voidPlainDerbyParamValueProcessor. addMissingCodeSystems(java.util.List<CodeSystemValue> codeSystems)protected voidPlainParamValueProcessor. 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.voidPlainParamValueProcessor. 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 batchvoidPlainParamValueProcessor. 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 CodeSystemValueCommonTokenValue. getCodeSystemValue()Methods in org.linuxforhealth.fhir.persistence.params.model with parameters of type CodeSystemValue Modifier and Type Method Description intCodeSystemValue. 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 
 -