public enum ContractLegalstate extends Enum<ContractLegalstate>
| Enum Constant and Description |
|---|
AMENDED
Contract is augmented with additional information to correct errors in a predecessor or to updated values in a predecessor.
|
APPENDED
Contract is augmented with additional information that was missing from a predecessor Contract.
|
CANCELLED
Contract is terminated due to failure of the Grantor and/or the Grantee to fulfil one or more contract provisions.
|
DISPUTED
Contract is pended to rectify failure of the Grantor or the Grantee to fulfil contract provision(s).
|
ENTEREDINERROR
Contract was created in error.
|
EXECUTABLE
Contract execution pending; may be executed when either the Grantor or the Grantee accepts the contract provisions by signing.
|
EXECUTED
Contract is activated for period stipulated when both the Grantor and Grantee have signed it.
|
NEGOTIABLE
Contract execution is suspended while either or both the Grantor and Grantee propose and consider new or revised contract provisions.
|
NULL
added to help the parsers
|
OFFERED
Contract is a proposal by either the Grantor or the Grantee.
|
POLICY
Contract template is available as the basis for an application or offer by the Grantor or Grantee.
|
REJECTED
Execution of the Contract is not completed because either or both the Grantor and Grantee decline to accept some or all of the contract provisions.
|
RENEWED
Beginning of a successor Contract at the termination of predecessor Contract lifecycle.
|
RESOLVED
Contract is reactivated after being pended because of faulty execution.
|
REVOKED
A Contract that is rescinded.
|
TERMINATED
Contract reaches its expiry date. It might or might not be renewed or renegotiated.
|
| Modifier and Type | Method and Description |
|---|---|
static ContractLegalstate |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ContractLegalstate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContractLegalstate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContractLegalstate AMENDED
public static final ContractLegalstate APPENDED
public static final ContractLegalstate CANCELLED
public static final ContractLegalstate DISPUTED
public static final ContractLegalstate ENTEREDINERROR
public static final ContractLegalstate EXECUTABLE
public static final ContractLegalstate EXECUTED
public static final ContractLegalstate NEGOTIABLE
public static final ContractLegalstate OFFERED
public static final ContractLegalstate POLICY
public static final ContractLegalstate REJECTED
public static final ContractLegalstate RENEWED
public static final ContractLegalstate REVOKED
public static final ContractLegalstate RESOLVED
public static final ContractLegalstate TERMINATED
public static final ContractLegalstate NULL
public static ContractLegalstate[] values()
for (ContractLegalstate c : ContractLegalstate.values()) System.out.println(c);
public static ContractLegalstate 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 ContractLegalstate 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.