Package org.hl7.fhir.instance.model.api
Interface IBaseBundle
- All Superinterfaces:
IBase
,IBaseResource
,IElement
,Serializable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Constant for links provided in the bundle.static final String
Constant for links provided in the bundle.static final String
Constant for links provided in the bundle.Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
Method Summary
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getIdElement, getMeta, getStructureFhirVersionEnum, isDeleted, setId, setId
-
Field Details
-
LINK_NEXT
Constant for links provided in the bundle. This constant is used in the link.type field to indicate that the given link is for the next page of results.- See Also:
-
LINK_PREV
Constant for links provided in the bundle. This constant is used in the link.type field to indicate that the given link is for the previous page of results.- See Also:
-
LINK_SELF
Constant for links provided in the bundle. This constant is used in the link.type field to indicate that the given link is for this bundle.- See Also:
-