Uses of Class
org.hl7.fhir.r5.model.ActivityDefinition.ActivityDefinitionParticipantComponent
-
Packages that use ActivityDefinition.ActivityDefinitionParticipantComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ActivityDefinition.ActivityDefinitionParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ActivityDefinition.ActivityDefinitionParticipantComponent Modifier and Type Method Description protected ActivityDefinition.ActivityDefinitionParticipantComponentJsonParser. parseActivityDefinitionParticipantComponent(com.google.gson.JsonObject json)protected ActivityDefinition.ActivityDefinitionParticipantComponentXmlParser. parseActivityDefinitionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ActivityDefinition.ActivityDefinitionParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ActivityDefinition.ActivityDefinitionParticipantComponent Modifier and Type Field Description protected List<ActivityDefinition.ActivityDefinitionParticipantComponent>ActivityDefinition. participantIndicates who should participate in performing the action described.Methods in org.hl7.fhir.r5.model that return types with arguments of type ActivityDefinition.ActivityDefinitionParticipantComponent Modifier and Type Method Description List<ActivityDefinition.ActivityDefinitionParticipantComponent>ActivityDefinition. getParticipant()Methods in org.hl7.fhir.r5.model with parameters of type ActivityDefinition.ActivityDefinitionParticipantComponent Modifier and Type Method Description ActivityDefinitionActivityDefinition. addParticipant(ActivityDefinition.ActivityDefinitionParticipantComponent t)voidActivityDefinition.ActivityDefinitionParticipantComponent. copyValues(ActivityDefinition.ActivityDefinitionParticipantComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ActivityDefinition.ActivityDefinitionParticipantComponent Modifier and Type Method Description ActivityDefinitionActivityDefinition. setParticipant(List<ActivityDefinition.ActivityDefinitionParticipantComponent> theParticipant)
-