
Uses of Class
org.hl7.fhir.dstu3.model.ChargeItem.ChargeItemParticipantComponent
Packages that use ChargeItem.ChargeItemParticipantComponent
-
Uses of ChargeItem.ChargeItemParticipantComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ChargeItem.ChargeItemParticipantComponentModifier and TypeMethodDescriptionJsonParser.parseChargeItemChargeItemParticipantComponent(com.google.gson.JsonObject json, ChargeItem owner) XmlParser.parseChargeItemChargeItemParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ChargeItem.ChargeItemParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeChargeItemChargeItemParticipantComponent(String name, ChargeItem.ChargeItemParticipantComponent element) protected voidRdfParser.composeChargeItemChargeItemParticipantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ChargeItem.ChargeItemParticipantComponent element, int index) protected voidXmlParser.composeChargeItemChargeItemParticipantComponent(String name, ChargeItem.ChargeItemParticipantComponent element) protected voidXmlParser.composeChargeItemChargeItemParticipantComponentElements(ChargeItem.ChargeItemParticipantComponent element) protected voidJsonParser.composeChargeItemChargeItemParticipantComponentInner(ChargeItem.ChargeItemParticipantComponent element) protected booleanXmlParser.parseChargeItemChargeItemParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner, ChargeItem.ChargeItemParticipantComponent res) protected voidJsonParser.parseChargeItemChargeItemParticipantComponentProperties(com.google.gson.JsonObject json, ChargeItem owner, ChargeItem.ChargeItemParticipantComponent res) -
Uses of ChargeItem.ChargeItemParticipantComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ChargeItem.ChargeItemParticipantComponentModifier and TypeFieldDescriptionprotected List<ChargeItem.ChargeItemParticipantComponent> ChargeItem.participantIndicates who or what performed or participated in the charged service.Methods in org.hl7.fhir.dstu3.model that return ChargeItem.ChargeItemParticipantComponentModifier and TypeMethodDescriptionChargeItem.addParticipant()ChargeItem.ChargeItemParticipantComponent.copy()ChargeItem.getParticipantFirstRep()ChargeItem.ChargeItemParticipantComponent.setActorTarget(Resource value) ChargeItem.ChargeItemParticipantComponent.setRole(CodeableConcept value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ChargeItem.ChargeItemParticipantComponentMethods in org.hl7.fhir.dstu3.model with parameters of type ChargeItem.ChargeItemParticipantComponentModifier and TypeMethodDescriptionChargeItem.addParticipant(ChargeItem.ChargeItemParticipantComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ChargeItem.ChargeItemParticipantComponentModifier and TypeMethodDescriptionChargeItem.setParticipant(List<ChargeItem.ChargeItemParticipantComponent> theParticipant)