
Uses of Enum Class
org.hl7.fhir.r5.model.CareTeam.CareTeamStatus
Packages that use CareTeam.CareTeamStatus
- 
Uses of CareTeam.CareTeamStatus in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type CareTeam.CareTeamStatusModifier and TypeFieldDescriptionprotected Enumeration<CareTeam.CareTeamStatus> CareTeam.statusIndicates the current state of the care team.Methods in org.hl7.fhir.r5.model that return CareTeam.CareTeamStatusModifier and TypeMethodDescriptionstatic CareTeam.CareTeamStatusCareTeam.getStatus()static CareTeam.CareTeamStatusReturns the enum constant of this class with the specified name.static CareTeam.CareTeamStatus[]CareTeam.CareTeamStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type CareTeam.CareTeamStatusModifier and TypeMethodDescriptionCareTeam.CareTeamStatusEnumFactory.fromType(PrimitiveType<?> code) CareTeam.getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type CareTeam.CareTeamStatusModifier and TypeMethodDescriptionCareTeam.setStatus(CareTeam.CareTeamStatus value) CareTeam.CareTeamStatusEnumFactory.toCode(CareTeam.CareTeamStatus code) CareTeam.CareTeamStatusEnumFactory.toSystem(CareTeam.CareTeamStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type CareTeam.CareTeamStatusModifier and TypeMethodDescriptionCareTeam.setStatusElement(Enumeration<CareTeam.CareTeamStatus> value)