Package com.ibm.fhir.model.type.code
Class QuestionnaireResponseStatus
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.QuestionnaireResponseStatus
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class QuestionnaireResponseStatus extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuestionnaireResponseStatus.Builderstatic classQuestionnaireResponseStatus.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static QuestionnaireResponseStatusAMENDEDAmendedstatic QuestionnaireResponseStatusCOMPLETEDCompletedstatic QuestionnaireResponseStatusENTERED_IN_ERROREntered in Errorstatic QuestionnaireResponseStatusIN_PROGRESSIn Progressstatic QuestionnaireResponseStatusSTOPPEDStopped
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QuestionnaireResponseStatus.Builderbuilder()static Codecode(String value)Inherited factory method for creating QuestionnaireResponseStatus objects from a passed string value.booleanequals(Object obj)QuestionnaireResponseStatus.ValueSetgetValueAsEnumConstant()inthashCode()static QuestionnaireResponseStatusof(QuestionnaireResponseStatus.ValueSet value)Factory method for creating QuestionnaireResponseStatus objects from a passed enum value.static QuestionnaireResponseStatusof(String value)Factory method for creating QuestionnaireResponseStatus objects from a passed string value.static Stringstring(String value)Inherited factory method for creating QuestionnaireResponseStatus objects from a passed string value.QuestionnaireResponseStatus.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
IN_PROGRESS
public static final QuestionnaireResponseStatus IN_PROGRESS
In ProgressThis QuestionnaireResponse has been partially filled out with answers but changes or additions are still expected to be made to it.
-
COMPLETED
public static final QuestionnaireResponseStatus COMPLETED
CompletedThis QuestionnaireResponse has been filled out with answers and the current content is regarded as definitive.
-
AMENDED
public static final QuestionnaireResponseStatus AMENDED
AmendedThis QuestionnaireResponse has been filled out with answers, then marked as complete, yet changes or additions have been made to it afterwards.
-
ENTERED_IN_ERROR
public static final QuestionnaireResponseStatus ENTERED_IN_ERROR
Entered in ErrorThis QuestionnaireResponse was entered in error and voided.
-
STOPPED
public static final QuestionnaireResponseStatus STOPPED
StoppedThis QuestionnaireResponse has been partially filled out with answers but has been abandoned. It is unknown whether changes or additions are expected to be made to it.
-
-
Method Detail
-
getValueAsEnumConstant
public QuestionnaireResponseStatus.ValueSet getValueAsEnumConstant()
-
of
public static QuestionnaireResponseStatus of(QuestionnaireResponseStatus.ValueSet value)
Factory method for creating QuestionnaireResponseStatus objects from a passed enum value.
-
of
public static QuestionnaireResponseStatus of(String value)
Factory method for creating QuestionnaireResponseStatus objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating QuestionnaireResponseStatus objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating QuestionnaireResponseStatus objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public QuestionnaireResponseStatus.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static QuestionnaireResponseStatus.Builder builder()
-
-