public static enum DocumentReference.ReferredDocumentStatus extends Enum<DocumentReference.ReferredDocumentStatus>
| Enum Constant and Description |
|---|
AMENDED
The composition content or the referenced resources have been modified (edited or added to) subsequent to being released as "final" and the composition is complete and verified by an authorized person.
|
ENTEREDINERROR
The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid.
|
FINAL
This version of the composition is complete and verified by an appropriate person and no further work is planned.
|
NULL
added to help the parsers with the generic types
|
PRELIMINARY
This is a preliminary composition or document (also known as initial or interim).
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentReference.ReferredDocumentStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DocumentReference.ReferredDocumentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentReference.ReferredDocumentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentReference.ReferredDocumentStatus PRELIMINARY
public static final DocumentReference.ReferredDocumentStatus FINAL
public static final DocumentReference.ReferredDocumentStatus AMENDED
public static final DocumentReference.ReferredDocumentStatus ENTEREDINERROR
public static final DocumentReference.ReferredDocumentStatus NULL
public static DocumentReference.ReferredDocumentStatus[] values()
for (DocumentReference.ReferredDocumentStatus c : DocumentReference.ReferredDocumentStatus.values()) System.out.println(c);
public static DocumentReference.ReferredDocumentStatus 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 DocumentReference.ReferredDocumentStatus 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.