Package org.somda.dsl.biceps.base
Class IeeePrivateCode
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.CodedValueBase
public class IeeePrivateCode extends CodedValue
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CodedValueBase>translationsprivate final List<LocalizedText>conceptDescriptionsprivate final Stringcodeprivate final StringcodingSystemprivate final StringcodingSystemVersion
-
Constructor Summary
Constructors Constructor Description IeeePrivateCode(CodedValue base)IeeePrivateCode(String code)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.somda.dsl.biceps.base.CodedValue
conceptDescription, conceptDescription, conceptDescriptionRef, getCode, getCodingSystem, getCodingSystemVersion, getConceptDescriptions, getTranslations, translation -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IeeePrivateCode
IeeePrivateCode(CodedValue base)
-
IeeePrivateCode
IeeePrivateCode(String code)
-
-
-
-