Package org.hl7.fhir.r4.elementmodel
Class Element.ICodingImpl
java.lang.Object
org.hl7.fhir.r4.elementmodel.Element.ICodingImpl
- All Implemented Interfaces:
ICoding
- Enclosing class:
Element
-
Constructor Summary
ConstructorDescriptionICodingImpl
(boolean doesCode, boolean doesSystem, boolean doesVersion, boolean doesDisplay) -
Method Summary
-
Constructor Details
-
ICodingImpl
-
-
Method Details
-
getSystem
-
getVersion
- Specified by:
getVersion
in interfaceICoding
-
getCode
-
getDisplay
- Specified by:
getDisplay
in interfaceICoding
-
hasSystem
-
hasVersion
- Specified by:
hasVersion
in interfaceICoding
-
hasCode
-
hasDisplay
- Specified by:
hasDisplay
in interfaceICoding
-
supportsSystem
-
supportsVersion
- Specified by:
supportsVersion
in interfaceICoding
-
supportsCode
-
supportsDisplay
- Specified by:
supportsDisplay
in interfaceICoding
-