Uses of Class
org.hl7.fhir.dstu2.model.CarePlan.CarePlanRelationship
-
Packages that use CarePlan.CarePlanRelationship Package Description org.hl7.fhir.dstu2.model -
-
Uses of CarePlan.CarePlanRelationship in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type CarePlan.CarePlanRelationship Modifier and Type Field Description protected Enumeration<CarePlan.CarePlanRelationship>CarePlan.CarePlanRelatedPlanComponent. codeIdentifies the type of relationship this plan has to the target plan.Methods in org.hl7.fhir.dstu2.model that return CarePlan.CarePlanRelationship Modifier and Type Method Description static CarePlan.CarePlanRelationshipCarePlan.CarePlanRelationship. fromCode(String codeString)CarePlan.CarePlanRelationshipCarePlan.CarePlanRelationshipEnumFactory. fromCode(String codeString)CarePlan.CarePlanRelationshipCarePlan.CarePlanRelatedPlanComponent. getCode()static CarePlan.CarePlanRelationshipCarePlan.CarePlanRelationship. valueOf(String name)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.CarePlanRelationship Modifier and Type Method Description Enumeration<CarePlan.CarePlanRelationship>CarePlan.CarePlanRelationshipEnumFactory. fromType(Base code)Enumeration<CarePlan.CarePlanRelationship>CarePlan.CarePlanRelatedPlanComponent. getCodeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type CarePlan.CarePlanRelationship Modifier and Type Method Description CarePlan.CarePlanRelatedPlanComponentCarePlan.CarePlanRelatedPlanComponent. setCode(CarePlan.CarePlanRelationship value)StringCarePlan.CarePlanRelationshipEnumFactory. toCode(CarePlan.CarePlanRelationship code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type CarePlan.CarePlanRelationship Modifier and Type Method Description CarePlan.CarePlanRelatedPlanComponentCarePlan.CarePlanRelatedPlanComponent. setCodeElement(Enumeration<CarePlan.CarePlanRelationship> value)
-