Package net.ihe.gazelle.gen.common
Class CommonOperations
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
- Direct Known Subclasses:
ANY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ValuesetChecker
matchesCodeToValueSet
(String oidparam, String code) matchesValueSet
(String oidparam, String code, String codeSystem, String codeSystemName, String displayName) matchesValueSetWithDisplayName
(String oidparam, String code, String codeSystem, String codeSystemName, String displayName) static void
setValuesetChecker
(ValuesetChecker valuesetChecker) static void
setValueSetProvider
(ValueSetProvider valueSetProvider)
-
Constructor Details
-
CommonOperations
public CommonOperations()
-
-
Method Details
-
getValuesetChecker
- Returns:
- the valuesetChecker
-
setValueSetProvider
-
setValuesetChecker
- Parameters:
valuesetChecker
- the valuesetChecker to set
-
matches
-
matches
-
matches
-
matches
-
isOID
-
isUUID
-
isRUID
-
isUID
-
isCSType
-
isSTType
-
isTSType
-
isBIN
-
matchesValueSet
-
isXCN
-
isXPN
-
isXON
-
isDTM
-
matchesValueSetWithDisplayName
-
matchesCodeToValueSet
-