public static enum QuestionnaireResponse.QuestionnaireResponseStatus extends Enum<QuestionnaireResponse.QuestionnaireResponseStatus>
| 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.
|
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
|
| Modifier and Type | Method and Description |
|---|---|
static QuestionnaireResponse.QuestionnaireResponseStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static QuestionnaireResponse.QuestionnaireResponseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuestionnaireResponse.QuestionnaireResponseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuestionnaireResponse.QuestionnaireResponseStatus INPROGRESS
public static final QuestionnaireResponse.QuestionnaireResponseStatus COMPLETED
public static final QuestionnaireResponse.QuestionnaireResponseStatus AMENDED
public static final QuestionnaireResponse.QuestionnaireResponseStatus NULL
public static QuestionnaireResponse.QuestionnaireResponseStatus[] values()
for (QuestionnaireResponse.QuestionnaireResponseStatus c : QuestionnaireResponse.QuestionnaireResponseStatus.values()) System.out.println(c);
public static QuestionnaireResponse.QuestionnaireResponseStatus 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 QuestionnaireResponse.QuestionnaireResponseStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.