Uses of Class
org.hl7.fhir.dstu3.model.ChargeItem.ChargeItemParticipantComponent
-
Packages that use ChargeItem.ChargeItemParticipantComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ChargeItem.ChargeItemParticipantComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ChargeItem.ChargeItemParticipantComponent Modifier and Type Method Description protected ChargeItem.ChargeItemParticipantComponentJsonParser. parseChargeItemChargeItemParticipantComponent(com.google.gson.JsonObject json, ChargeItem owner)protected ChargeItem.ChargeItemParticipantComponentXmlParser. parseChargeItemChargeItemParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner) -
Uses of ChargeItem.ChargeItemParticipantComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ChargeItem.ChargeItemParticipantComponent Modifier and Type Field Description protected 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.ChargeItemParticipantComponent Modifier and Type Method Description ChargeItem.ChargeItemParticipantComponentChargeItem. addParticipant()ChargeItem.ChargeItemParticipantComponentChargeItem.ChargeItemParticipantComponent. copy()ChargeItem.ChargeItemParticipantComponentChargeItem. getParticipantFirstRep()ChargeItem.ChargeItemParticipantComponentChargeItem.ChargeItemParticipantComponent. setActor(Reference value)ChargeItem.ChargeItemParticipantComponentChargeItem.ChargeItemParticipantComponent. setActorTarget(Resource value)ChargeItem.ChargeItemParticipantComponentChargeItem.ChargeItemParticipantComponent. setRole(CodeableConcept value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ChargeItem.ChargeItemParticipantComponent Modifier and Type Method Description List<ChargeItem.ChargeItemParticipantComponent>ChargeItem. getParticipant()Methods in org.hl7.fhir.dstu3.model with parameters of type ChargeItem.ChargeItemParticipantComponent Modifier and Type Method Description ChargeItemChargeItem. addParticipant(ChargeItem.ChargeItemParticipantComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ChargeItem.ChargeItemParticipantComponent Modifier and Type Method Description ChargeItemChargeItem. setParticipant(List<ChargeItem.ChargeItemParticipantComponent> theParticipant)
-