| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<VerificationResult.FailureAction> |
VerificationResult.failureAction
The result if validation fails (fatal; warning; record only; none).
|
| Modifier and Type | Method and Description |
|---|---|
static VerificationResult.FailureAction |
VerificationResult.FailureAction.fromCode(String codeString) |
VerificationResult.FailureAction |
VerificationResult.FailureActionEnumFactory.fromCode(String codeString) |
VerificationResult.FailureAction |
VerificationResult.getFailureAction() |
static VerificationResult.FailureAction |
VerificationResult.FailureAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerificationResult.FailureAction[] |
VerificationResult.FailureAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<VerificationResult.FailureAction> |
VerificationResult.FailureActionEnumFactory.fromType(Base code) |
Enumeration<VerificationResult.FailureAction> |
VerificationResult.getFailureActionElement() |
| Modifier and Type | Method and Description |
|---|---|
VerificationResult |
VerificationResult.setFailureAction(VerificationResult.FailureAction value) |
String |
VerificationResult.FailureActionEnumFactory.toCode(VerificationResult.FailureAction code) |
String |
VerificationResult.FailureActionEnumFactory.toSystem(VerificationResult.FailureAction code) |
| Modifier and Type | Method and Description |
|---|---|
VerificationResult |
VerificationResult.setFailureActionElement(Enumeration<VerificationResult.FailureAction> value) |
| Constructor and Description |
|---|
VerificationResult(Enumeration<VerificationResult.Need> need,
Enumeration<VerificationResult.Status> status,
DateTimeType statusDate,
Enumeration<VerificationResult.ValidationType> validationType,
Enumeration<VerificationResult.FailureAction> failureAction)
Constructor
|
Copyright © 2014–2018 University Health Network. All rights reserved.