Uses of Class
com.ibm.fhir.model.resource.Invoice.Participant
-
Packages that use Invoice.Participant Package Description com.ibm.fhir.model.resource -
-
Uses of Invoice.Participant in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Invoice.Participant Modifier and Type Method Description Invoice.ParticipantInvoice.Participant.Builder. build()Build theInvoice.ParticipantMethods in com.ibm.fhir.model.resource that return types with arguments of type Invoice.Participant Modifier and Type Method Description List<Invoice.Participant>Invoice. getParticipant()Indicates who or what performed or participated in the charged service.Methods in com.ibm.fhir.model.resource with parameters of type Invoice.Participant Modifier and Type Method Description protected Invoice.Participant.BuilderInvoice.Participant.Builder. from(Invoice.Participant participant)Invoice.BuilderInvoice.Builder. participant(Invoice.Participant... participant)Indicates who or what performed or participated in the charged service.Method parameters in com.ibm.fhir.model.resource with type arguments of type Invoice.Participant Modifier and Type Method Description Invoice.BuilderInvoice.Builder. participant(Collection<Invoice.Participant> participant)Indicates who or what performed or participated in the charged service.
-