public interface SupplementExtension extends GenericExtension
Modifier and Type | Method and Description |
---|---|
AbsoluteCodingSchemeVersionReference |
getParentOfSupplement(java.lang.String codingScheme,
CodingSchemeVersionOrTag tagOrVersion)
Gets the parent of a supplement.
|
boolean |
isSupplement(java.lang.String codingScheme,
CodingSchemeVersionOrTag tagOrVersion)
Checks if a given coding scheme is a supplement.
|
getDescription, getName, getProvider, getVersion
boolean isSupplement(java.lang.String codingScheme, CodingSchemeVersionOrTag tagOrVersion) throws LBParameterException
codingScheme
- the coding schemetagOrVersion
- the tag or versionLBParameterException
- the LB parameter exceptionAbsoluteCodingSchemeVersionReference getParentOfSupplement(java.lang.String codingScheme, CodingSchemeVersionOrTag tagOrVersion) throws LBParameterException
codingScheme
- the coding schemetagOrVersion
- the tag or versionLBParameterException
- the LB parameter exception