public enum ContractTermSubtype extends Enum<ContractTermSubtype>
| Enum Constant and Description |
|---|
CONDITION
Terms that go to the very root of a contract.
|
INNOMINATE
Breach of which might or might not go to the root of the contract depending upon the nature of the breach
|
NULL
added to help the parsers
|
WARRANTY
Less imperative than a condition, so the contract will survive a breach
|
| Modifier and Type | Method and Description |
|---|---|
static ContractTermSubtype |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ContractTermSubtype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContractTermSubtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContractTermSubtype CONDITION
public static final ContractTermSubtype WARRANTY
public static final ContractTermSubtype INNOMINATE
public static final ContractTermSubtype NULL
public static ContractTermSubtype[] values()
for (ContractTermSubtype c : ContractTermSubtype.values()) System.out.println(c);
public static ContractTermSubtype valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ContractTermSubtype fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.