| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<CarePlan.CarePlanActivityStatus> |
CarePlan.CarePlanActivityDetailComponent.status
Identifies what progress is being made for the specific activity.
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlan.CarePlanActivityStatus |
CarePlan.CarePlanActivityStatus.fromCode(String codeString) |
CarePlan.CarePlanActivityStatus |
CarePlan.CarePlanActivityStatusEnumFactory.fromCode(String codeString) |
CarePlan.CarePlanActivityStatus |
CarePlan.CarePlanActivityDetailComponent.getStatus() |
static CarePlan.CarePlanActivityStatus |
CarePlan.CarePlanActivityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlan.CarePlanActivityStatus[] |
CarePlan.CarePlanActivityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<CarePlan.CarePlanActivityStatus> |
CarePlan.CarePlanActivityStatusEnumFactory.fromType(Base code) |
Enumeration<CarePlan.CarePlanActivityStatus> |
CarePlan.CarePlanActivityDetailComponent.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
CarePlan.CarePlanActivityDetailComponent |
CarePlan.CarePlanActivityDetailComponent.setStatus(CarePlan.CarePlanActivityStatus value) |
String |
CarePlan.CarePlanActivityStatusEnumFactory.toCode(CarePlan.CarePlanActivityStatus code) |
String |
CarePlan.CarePlanActivityStatusEnumFactory.toSystem(CarePlan.CarePlanActivityStatus code) |
| Modifier and Type | Method and Description |
|---|---|
CarePlan.CarePlanActivityDetailComponent |
CarePlan.CarePlanActivityDetailComponent.setStatusElement(Enumeration<CarePlan.CarePlanActivityStatus> value) |
| Constructor and Description |
|---|
CarePlanActivityDetailComponent(Enumeration<CarePlan.CarePlanActivityStatus> status)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.