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.Performer
ChargeItem.Performer.Builder. build()
Build theChargeItem.Performer
Methods 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.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.protected void
ChargeItem.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.Builder
ChargeItem.Builder. performer(java.util.Collection<ChargeItem.Performer> performer)
Indicates who or what performed or participated in the charged service.
-