Package org.hl7.fhir.instance.model.api
Interface IBaseHasExtensions
- All Superinterfaces:
IBase
,Serializable
- All Known Subinterfaces:
IBaseBackboneElement
,IDomainResource
-
Method Summary
Modifier and TypeMethodDescriptionIBaseExtension
<?, ?> List
<? extends IBaseExtension<?, ?>> boolean
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Method Details
-
addExtension
IBaseExtension<?,?> addExtension() -
getExtension
List<? extends IBaseExtension<?,?>> getExtension() -
hasExtension
boolean hasExtension()
-