Uses of Class
com.ibm.fhir.model.type.code.ActionParticipantType
-
Packages that use ActionParticipantType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ActionParticipantType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ActionParticipantType Modifier and Type Method Description ActionParticipantTypePlanDefinition.Action.Participant. getType()The type of participant in the action.Methods in com.ibm.fhir.model.resource with parameters of type ActionParticipantType Modifier and Type Method Description PlanDefinition.Action.Participant.BuilderPlanDefinition.Action.Participant.Builder. type(ActionParticipantType type)The type of participant in the action. -
Uses of ActionParticipantType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ActionParticipantType Modifier and Type Field Description static ActionParticipantTypeActionParticipantType. DEVICEDevicestatic ActionParticipantTypeActionParticipantType. PATIENTPatientstatic ActionParticipantTypeActionParticipantType. PRACTITIONERPractitionerstatic ActionParticipantTypeActionParticipantType. RELATED_PERSONRelated PersonMethods in com.ibm.fhir.model.type.code that return ActionParticipantType Modifier and Type Method Description ActionParticipantTypeActionParticipantType.Builder. build()static ActionParticipantTypeActionParticipantType. of(ActionParticipantType.ValueSet value)Factory method for creating ActionParticipantType objects from a passed enum value.static ActionParticipantTypeActionParticipantType. of(String value)Factory method for creating ActionParticipantType objects from a passed string value.
-