Class ValueSet
java.lang.Object
org.opencds.cqf.cql.engine.runtime.Vocabulary
org.opencds.cqf.cql.engine.runtime.ValueSet
- All Implemented Interfaces:
CqlType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCodeSystem(CodeSystem codeSystem) equivalent(Object other) getCodeSystem(String id) getCodeSystem(String id, String version) voidsetCodeSystems(List<CodeSystem> codeSystems) withCodeSystem(CodeSystem codeSystem) withCodeSystems(List<CodeSystem> codeSystems) withVersion(String version) Methods inherited from class org.opencds.cqf.cql.engine.runtime.Vocabulary
getId, getName, getVersion, setId, setName, setVersion
-
Constructor Details
-
ValueSet
public ValueSet()
-
-
Method Details
-
withId
-
withVersion
-
withName
-
getCodeSystems
-
setCodeSystems
-
withCodeSystems
-
addCodeSystem
-
withCodeSystem
-
getCodeSystem
-
getCodeSystem
-
equivalent
- Specified by:
equivalentin interfaceCqlType- Overrides:
equivalentin classVocabulary
-
equal
- Specified by:
equalin interfaceCqlType- Overrides:
equalin classVocabulary
-