Class CodeSystem
- java.lang.Object
-
- org.opencds.cqf.cql.engine.runtime.Vocabulary
-
- org.opencds.cqf.cql.engine.runtime.CodeSystem
-
- All Implemented Interfaces:
CqlType
public class CodeSystem extends Vocabulary
-
-
Constructor Summary
Constructors Constructor Description CodeSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanequal(java.lang.Object other)java.lang.Booleanequivalent(java.lang.Object other)CodeSystemwithId(java.lang.String id)CodeSystemwithName(java.lang.String name)CodeSystemwithVersion(java.lang.String version)-
Methods inherited from class org.opencds.cqf.cql.engine.runtime.Vocabulary
getId, getName, getVersion, setId, setName, setVersion
-
-
-
-
Method Detail
-
withId
public CodeSystem withId(java.lang.String id)
-
withVersion
public CodeSystem withVersion(java.lang.String version)
-
withName
public CodeSystem withName(java.lang.String name)
-
equivalent
public java.lang.Boolean equivalent(java.lang.Object other)
- Specified by:
equivalentin interfaceCqlType- Overrides:
equivalentin classVocabulary
-
equal
public java.lang.Boolean equal(java.lang.Object other)
- Specified by:
equalin interfaceCqlType- Overrides:
equalin classVocabulary
-
-