
Package org.hl7.fhir.instance.model.api
Interface IBaseCoding
-
- All Superinterfaces:
IBase
,Serializable
- All Known Implementing Classes:
Tag
public interface IBaseCoding extends IBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCode()
String
getDisplay()
String
getSystem()
IBaseCoding
setCode(String theTerm)
IBaseCoding
setDisplay(String theLabel)
IBaseCoding
setSystem(String theScheme)
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
-
-
-
Method Detail
-
getDisplay
String getDisplay()
-
setCode
IBaseCoding setCode(String theTerm)
-
setDisplay
IBaseCoding setDisplay(String theLabel)
-
setSystem
IBaseCoding setSystem(String theScheme)
-
-