| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<VerificationResult.Need> |
VerificationResult.need
The frequency with which the target must be validated (none; initial; periodic).
|
| Modifier and Type | Method and Description |
|---|---|
static VerificationResult.Need |
VerificationResult.Need.fromCode(String codeString) |
VerificationResult.Need |
VerificationResult.NeedEnumFactory.fromCode(String codeString) |
VerificationResult.Need |
VerificationResult.getNeed() |
static VerificationResult.Need |
VerificationResult.Need.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerificationResult.Need[] |
VerificationResult.Need.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.Need> |
VerificationResult.NeedEnumFactory.fromType(Base code) |
Enumeration<VerificationResult.Need> |
VerificationResult.getNeedElement() |
| Modifier and Type | Method and Description |
|---|---|
VerificationResult |
VerificationResult.setNeed(VerificationResult.Need value) |
String |
VerificationResult.NeedEnumFactory.toCode(VerificationResult.Need code) |
String |
VerificationResult.NeedEnumFactory.toSystem(VerificationResult.Need code) |
| Modifier and Type | Method and Description |
|---|---|
VerificationResult |
VerificationResult.setNeedElement(Enumeration<VerificationResult.Need> 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.