| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ServiceRequest.ServiceRequestIntent> |
ServiceRequest.intent
Whether the request is a proposal, plan, an original order or a reflex order.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceRequest.ServiceRequestIntent |
ServiceRequest.ServiceRequestIntent.fromCode(String codeString) |
ServiceRequest.ServiceRequestIntent |
ServiceRequest.ServiceRequestIntentEnumFactory.fromCode(String codeString) |
ServiceRequest.ServiceRequestIntent |
ServiceRequest.getIntent() |
static ServiceRequest.ServiceRequestIntent |
ServiceRequest.ServiceRequestIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceRequest.ServiceRequestIntent[] |
ServiceRequest.ServiceRequestIntent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ServiceRequest.ServiceRequestIntent> |
ServiceRequest.ServiceRequestIntentEnumFactory.fromType(Base code) |
Enumeration<ServiceRequest.ServiceRequestIntent> |
ServiceRequest.getIntentElement() |
| Modifier and Type | Method and Description |
|---|---|
ServiceRequest |
ServiceRequest.setIntent(ServiceRequest.ServiceRequestIntent value) |
String |
ServiceRequest.ServiceRequestIntentEnumFactory.toCode(ServiceRequest.ServiceRequestIntent code) |
String |
ServiceRequest.ServiceRequestIntentEnumFactory.toSystem(ServiceRequest.ServiceRequestIntent code) |
| Modifier and Type | Method and Description |
|---|---|
ServiceRequest |
ServiceRequest.setIntentElement(Enumeration<ServiceRequest.ServiceRequestIntent> value) |
| Constructor and Description |
|---|
ServiceRequest(Enumeration<ServiceRequest.ServiceRequestStatus> status,
Enumeration<ServiceRequest.ServiceRequestIntent> intent,
Reference subject)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.