Uses of Class
org.hl7.fhir.r5.model.Account.GuarantorComponent
Packages that use Account.GuarantorComponent
-
Uses of Account.GuarantorComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Account.GuarantorComponentModifier and TypeMethodDescriptionprotected Account.GuarantorComponentJsonParser.parseAccountGuarantorComponent(com.google.gson.JsonObject json)protected Account.GuarantorComponentXmlParser.parseAccountGuarantorComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Account.GuarantorComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeAccountGuarantorComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Account.GuarantorComponent element, int index)protected voidXmlParser.composeAccountGuarantorComponent(String name, Account.GuarantorComponent element)protected voidXmlParser.composeAccountGuarantorComponentElements(Account.GuarantorComponent element)protected voidJsonParser.composeGuarantorComponent(String name, Account.GuarantorComponent element)protected voidJsonParser.composeGuarantorComponentProperties(Account.GuarantorComponent element)protected booleanXmlParser.parseAccountGuarantorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account.GuarantorComponent res)protected voidJsonParser.parseAccountGuarantorComponentProperties(com.google.gson.JsonObject json, Account.GuarantorComponent res) -
Uses of Account.GuarantorComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Account.GuarantorComponentModifier and TypeFieldDescriptionprotected List<Account.GuarantorComponent>Account.guarantorThe parties responsible for balancing the account if other payment options fall short.Methods in org.hl7.fhir.r5.model that return Account.GuarantorComponentModifier and TypeMethodDescriptionAccount.addGuarantor()Account.GuarantorComponent.copy()Account.getGuarantorFirstRep()Account.GuarantorComponent.setOnHold(boolean value)Account.GuarantorComponent.setOnHoldElement(BooleanType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type Account.GuarantorComponentMethods in org.hl7.fhir.r5.model with parameters of type Account.GuarantorComponentModifier and TypeMethodDescriptionAccount.addGuarantor(Account.GuarantorComponent t)voidAccount.GuarantorComponent.copyValues(Account.GuarantorComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Account.GuarantorComponentModifier and TypeMethodDescriptionAccount.setGuarantor(List<Account.GuarantorComponent> theGuarantor)