Uses of Class
org.hl7.fhir.r4.model.Account.GuarantorComponent
-
Packages that use Account.GuarantorComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Account.GuarantorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Account.GuarantorComponent Modifier and Type Method Description protected Account.GuarantorComponentJsonParser. parseAccountGuarantorComponent(com.google.gson.JsonObject json, Account owner)protected Account.GuarantorComponentXmlParser. parseAccountGuarantorComponent(org.xmlpull.v1.XmlPullParser xpp, Account owner) -
Uses of Account.GuarantorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Account.GuarantorComponent Modifier and Type Field Description protected List<Account.GuarantorComponent>Account. guarantorThe parties responsible for balancing the account if other payment options fall short.Methods in org.hl7.fhir.r4.model that return Account.GuarantorComponent Modifier and Type Method Description Account.GuarantorComponentAccount. addGuarantor()Account.GuarantorComponentAccount.GuarantorComponent. copy()Account.GuarantorComponentAccount. getGuarantorFirstRep()Account.GuarantorComponentAccount.GuarantorComponent. setOnHold(boolean value)Account.GuarantorComponentAccount.GuarantorComponent. setOnHoldElement(BooleanType value)Account.GuarantorComponentAccount.GuarantorComponent. setParty(Reference value)Account.GuarantorComponentAccount.GuarantorComponent. setPartyTarget(Resource value)Account.GuarantorComponentAccount.GuarantorComponent. setPeriod(Period value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Account.GuarantorComponent Modifier and Type Method Description List<Account.GuarantorComponent>Account. getGuarantor()Methods in org.hl7.fhir.r4.model with parameters of type Account.GuarantorComponent Modifier and Type Method Description AccountAccount. addGuarantor(Account.GuarantorComponent t)voidAccount.GuarantorComponent. copyValues(Account.GuarantorComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Account.GuarantorComponent Modifier and Type Method Description AccountAccount. setGuarantor(List<Account.GuarantorComponent> theGuarantor)
-