
Package org.hl7.fhir.instance.model.api
Interface IBaseBundle
-
- All Superinterfaces:
IBase
,IBaseResource
,IElement
,Serializable
public interface IBaseBundle extends IBaseResource
-
-
Field Summary
Fields Modifier and Type Field Description static String
LINK_NEXT
Constant for links provided in the bundle.static String
LINK_PREV
Constant for links provided in the bundle.static String
LINK_SELF
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, setId, setId
-
-
-
-
Field Detail
-
LINK_NEXT
static final String 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:
- Constant Field Values
-
LINK_PREV
static final String 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:
- Constant Field Values
-
LINK_SELF
static final String 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:
- Constant Field Values
-
-