Uses of Enum
org.hl7.fhir.dstu2.model.CarePlan.CarePlanRelationship
-
Uses of CarePlan.CarePlanRelationship in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<CarePlan.CarePlanRelationship> CarePlan.CarePlanRelatedPlanComponent.code
Identifies the type of relationship this plan has to the target plan.Modifier and TypeMethodDescriptionCarePlan.CarePlanRelatedPlanComponent.getCode()
Returns the enum constant of this type with the specified name.static CarePlan.CarePlanRelationship[]
CarePlan.CarePlanRelationship.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCarePlan.CarePlanRelatedPlanComponent.setCode
(CarePlan.CarePlanRelationship value) CarePlan.CarePlanRelationshipEnumFactory.toCode
(CarePlan.CarePlanRelationship code) Modifier and TypeMethodDescriptionCarePlan.CarePlanRelatedPlanComponent.setCodeElement
(Enumeration<CarePlan.CarePlanRelationship> value)