| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Bundle.SearchEntryMode> |
Bundle.BundleEntrySearchComponent.mode
Why this entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
|
| Modifier and Type | Method and Description |
|---|---|
static Bundle.SearchEntryMode |
Bundle.SearchEntryMode.fromCode(String codeString) |
Bundle.SearchEntryMode |
Bundle.SearchEntryModeEnumFactory.fromCode(String codeString) |
Bundle.SearchEntryMode |
Bundle.BundleEntrySearchComponent.getMode() |
static Bundle.SearchEntryMode |
Bundle.SearchEntryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bundle.SearchEntryMode[] |
Bundle.SearchEntryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Bundle.SearchEntryMode> |
Bundle.SearchEntryModeEnumFactory.fromType(Base code) |
Enumeration<Bundle.SearchEntryMode> |
Bundle.BundleEntrySearchComponent.getModeElement() |
| Modifier and Type | Method and Description |
|---|---|
Bundle.BundleEntrySearchComponent |
Bundle.BundleEntrySearchComponent.setMode(Bundle.SearchEntryMode value) |
String |
Bundle.SearchEntryModeEnumFactory.toCode(Bundle.SearchEntryMode code) |
String |
Bundle.SearchEntryModeEnumFactory.toSystem(Bundle.SearchEntryMode code) |
| Modifier and Type | Method and Description |
|---|---|
Bundle.BundleEntrySearchComponent |
Bundle.BundleEntrySearchComponent.setModeElement(Enumeration<Bundle.SearchEntryMode> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.