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.PerformerChargeItem.Performer.Builder. build()Build theChargeItem.PerformerMethods in com.ibm.fhir.model.resource that return types with arguments of type ChargeItem.Performer Modifier and Type Method Description java.util.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.BuilderChargeItem.Performer.Builder. from(ChargeItem.Performer performer)ChargeItem.BuilderChargeItem.Builder. performer(ChargeItem.Performer... performer)Indicates who or what performed or participated in the charged service.protected voidChargeItem.Performer.Builder. validate(ChargeItem.Performer performer)Method parameters in com.ibm.fhir.model.resource with type arguments of type ChargeItem.Performer Modifier and Type Method Description ChargeItem.BuilderChargeItem.Builder. performer(java.util.Collection<ChargeItem.Performer> performer)Indicates who or what performed or participated in the charged service.
-