Package org.hl7.fhir.instance.model.api
Interface IBaseCoding
- All Superinterfaces:
IBase
,Serializable
- All Known Implementing Classes:
Tag
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
boolean
setDisplay
(String theLabel) setUserSelected
(boolean theUserSelected) setVersion
(String theVersion) Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Method Details
-
getCode
-
getDisplay
-
getSystem
-
getUserSelected
boolean getUserSelected() -
getVersion
-
setCode
-
setDisplay
-
setSystem
-
setVersion
-
setUserSelected
-