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