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