public enum QuestionnaireAnswersStatus extends Enum<QuestionnaireAnswersStatus>
| Enum Constant and Description |
|---|
AMENDED
This QuestionnaireResponse has been filled out with answers, then marked as complete, yet changes or additions have been made to it afterwards.
|
COMPLETED
This QuestionnaireResponse has been filled out with answers and the current content is regarded as definitive.
|
ENTEREDINERROR
This QuestionnaireResponse was entered in error and voided.
|
INPROGRESS
This QuestionnaireResponse has been partially filled out with answers but changes or additions are still expected to be made to it.
|
NULL
added to help the parsers
|
STOPPED
This QuestionnaireResponse has been partially filled out with answers but has been abandoned.
|
| Modifier and Type | Method and Description |
|---|---|
static QuestionnaireAnswersStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static QuestionnaireAnswersStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuestionnaireAnswersStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuestionnaireAnswersStatus INPROGRESS
public static final QuestionnaireAnswersStatus COMPLETED
public static final QuestionnaireAnswersStatus AMENDED
public static final QuestionnaireAnswersStatus ENTEREDINERROR
public static final QuestionnaireAnswersStatus STOPPED
public static final QuestionnaireAnswersStatus NULL
public static QuestionnaireAnswersStatus[] values()
for (QuestionnaireAnswersStatus c : QuestionnaireAnswersStatus.values()) System.out.println(c);
public static QuestionnaireAnswersStatus 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 QuestionnaireAnswersStatus 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.