public static enum Contract.ContractStatus extends Enum<Contract.ContractStatus>
| 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 with the generic types
|
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 Contract.ContractStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Contract.ContractStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contract.ContractStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Contract.ContractStatus AMENDED
public static final Contract.ContractStatus APPENDED
public static final Contract.ContractStatus CANCELLED
public static final Contract.ContractStatus DISPUTED
public static final Contract.ContractStatus ENTEREDINERROR
public static final Contract.ContractStatus EXECUTABLE
public static final Contract.ContractStatus EXECUTED
public static final Contract.ContractStatus NEGOTIABLE
public static final Contract.ContractStatus OFFERED
public static final Contract.ContractStatus POLICY
public static final Contract.ContractStatus REJECTED
public static final Contract.ContractStatus RENEWED
public static final Contract.ContractStatus REVOKED
public static final Contract.ContractStatus RESOLVED
public static final Contract.ContractStatus TERMINATED
public static final Contract.ContractStatus NULL
public static Contract.ContractStatus[] values()
for (Contract.ContractStatus c : Contract.ContractStatus.values()) System.out.println(c);
public static Contract.ContractStatus 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 Contract.ContractStatus 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.