
Uses of Enum
org.hl7.fhir.dstu2.model.CarePlan.CarePlanRelationship
Packages that use CarePlan.CarePlanRelationship
-
Uses of CarePlan.CarePlanRelationship in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type CarePlan.CarePlanRelationshipModifier and TypeFieldDescriptionprotected Enumeration
<CarePlan.CarePlanRelationship> CarePlan.CarePlanRelatedPlanComponent.code
Identifies the type of relationship this plan has to the target plan.Methods in org.hl7.fhir.dstu2.model that return CarePlan.CarePlanRelationshipModifier 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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type CarePlan.CarePlanRelationshipMethods in org.hl7.fhir.dstu2.model with parameters of type CarePlan.CarePlanRelationshipModifier and TypeMethodDescriptionCarePlan.CarePlanRelatedPlanComponent.setCode
(CarePlan.CarePlanRelationship value) CarePlan.CarePlanRelationshipEnumFactory.toCode
(CarePlan.CarePlanRelationship code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type CarePlan.CarePlanRelationshipModifier and TypeMethodDescriptionCarePlan.CarePlanRelatedPlanComponent.setCodeElement
(Enumeration<CarePlan.CarePlanRelationship> value)