Uses of Class
org.hl7.fhir.r4.model.CarePlan.CarePlanIntent
-
Packages that use CarePlan.CarePlanIntent Package Description org.hl7.fhir.r4.model -
-
Uses of CarePlan.CarePlanIntent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CarePlan.CarePlanIntent Modifier and Type Field Description protected Enumeration<CarePlan.CarePlanIntent>CarePlan. intentIndicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.Methods in org.hl7.fhir.r4.model that return CarePlan.CarePlanIntent Modifier and Type Method Description static CarePlan.CarePlanIntentCarePlan.CarePlanIntent. fromCode(String codeString)CarePlan.CarePlanIntentCarePlan.CarePlanIntentEnumFactory. fromCode(String codeString)CarePlan.CarePlanIntentCarePlan. getIntent()static CarePlan.CarePlanIntentCarePlan.CarePlanIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static CarePlan.CarePlanIntent[]CarePlan.CarePlanIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type CarePlan.CarePlanIntent Modifier and Type Method Description Enumeration<CarePlan.CarePlanIntent>CarePlan.CarePlanIntentEnumFactory. fromType(Base code)Enumeration<CarePlan.CarePlanIntent>CarePlan. getIntentElement()Methods in org.hl7.fhir.r4.model with parameters of type CarePlan.CarePlanIntent Modifier and Type Method Description CarePlanCarePlan. setIntent(CarePlan.CarePlanIntent value)StringCarePlan.CarePlanIntentEnumFactory. toCode(CarePlan.CarePlanIntent code)StringCarePlan.CarePlanIntentEnumFactory. toSystem(CarePlan.CarePlanIntent code)Method parameters in org.hl7.fhir.r4.model with type arguments of type CarePlan.CarePlanIntent Modifier and Type Method Description CarePlanCarePlan. setIntentElement(Enumeration<CarePlan.CarePlanIntent> value)
-