| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Bundle.HTTPVerb> |
Bundle.BundleEntryRequestComponent.method
In a transaction or batch, this is the HTTP action to be executed for this entry.
|
| Modifier and Type | Method and Description |
|---|---|
static Bundle.HTTPVerb |
Bundle.HTTPVerb.fromCode(String codeString) |
Bundle.HTTPVerb |
Bundle.HTTPVerbEnumFactory.fromCode(String codeString) |
Bundle.HTTPVerb |
Bundle.BundleEntryRequestComponent.getMethod() |
static Bundle.HTTPVerb |
Bundle.HTTPVerb.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bundle.HTTPVerb[] |
Bundle.HTTPVerb.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.HTTPVerb> |
Bundle.HTTPVerbEnumFactory.fromType(Base code) |
Enumeration<Bundle.HTTPVerb> |
Bundle.BundleEntryRequestComponent.getMethodElement() |
| Modifier and Type | Method and Description |
|---|---|
Bundle.BundleEntryRequestComponent |
Bundle.BundleEntryRequestComponent.setMethod(Bundle.HTTPVerb value) |
String |
Bundle.HTTPVerbEnumFactory.toCode(Bundle.HTTPVerb code) |
String |
Bundle.HTTPVerbEnumFactory.toSystem(Bundle.HTTPVerb code) |
| Modifier and Type | Method and Description |
|---|---|
Bundle.BundleEntryRequestComponent |
Bundle.BundleEntryRequestComponent.setMethodElement(Enumeration<Bundle.HTTPVerb> value) |
| Constructor and Description |
|---|
BundleEntryRequestComponent(Enumeration<Bundle.HTTPVerb> method,
UriType url)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.