Uses of Class
org.linuxforhealth.fhir.model.resource.ChargeItem.Performer
-
Packages that use ChargeItem.Performer Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ChargeItem.Performer in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ChargeItem.Performer Modifier and Type Method Description ChargeItem.PerformerChargeItem.Performer.Builder. build()Build theChargeItem.PerformerMethods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.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.
-