Uses of Class
com.ibm.fhir.model.resource.ChargeItem.Performer
-
Packages that use ChargeItem.Performer Package Description com.ibm.fhir.model.resource -
-
Uses of ChargeItem.Performer in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ChargeItem.Performer Modifier and Type Method Description ChargeItem.Performer
ChargeItem.Performer.Builder. build()
Build theChargeItem.Performer
Methods in com.ibm.fhir.model.resource that return types with arguments of type ChargeItem.Performer Modifier and Type Method Description List<ChargeItem.Performer>
ChargeItem. getPerformer()
Indicates who or what performed or participated in the charged service.Methods in com.ibm.fhir.model.resource with parameters of type ChargeItem.Performer Modifier and Type Method Description protected ChargeItem.Performer.Builder
ChargeItem.Performer.Builder. from(ChargeItem.Performer performer)
ChargeItem.Builder
ChargeItem.Builder. performer(ChargeItem.Performer... performer)
Indicates who or what performed or participated in the charged service.Method parameters in com.ibm.fhir.model.resource with type arguments of type ChargeItem.Performer Modifier and Type Method Description ChargeItem.Builder
ChargeItem.Builder. performer(Collection<ChargeItem.Performer> performer)
Indicates who or what performed or participated in the charged service.
-