Package org.hl7.fhir.instance.model.api
Interface IDomainResource
-
- All Superinterfaces:
IAnyResource,IBase,IBaseHasExtensions,IBaseHasModifierExtensions,IBaseResource,IElement,Serializable
public interface IDomainResource extends IAnyResource, IBaseHasExtensions, IBaseHasModifierExtensions
-
-
Field Summary
-
Fields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, SP_RES_ID, SP_RES_LANGUAGE
-
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends IAnyResource>getContained()INarrativegetText()-
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, hasFormatComment, isEmpty
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, setId
-
-
-
-
Method Detail
-
getContained
List<? extends IAnyResource> getContained()
-
getText
INarrative getText()
-
-