
Uses of Class
org.hl7.fhir.r4.model.Contract.SignatoryComponent
Packages that use Contract.SignatoryComponent
-
Uses of Contract.SignatoryComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Contract.SignatoryComponentModifier and TypeMethodDescriptionprotected Contract.SignatoryComponentJsonParser.parseContractSignatoryComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.SignatoryComponentXmlParser.parseContractSignatoryComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) Methods in org.hl7.fhir.r4.formats with parameters of type Contract.SignatoryComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeContractSignatoryComponent(String name, Contract.SignatoryComponent element) protected voidRdfParser.composeContractSignatoryComponent(Turtle.Complex parent, String parentType, String name, Contract.SignatoryComponent element, int index) protected voidXmlParser.composeContractSignatoryComponent(String name, Contract.SignatoryComponent element) protected voidXmlParser.composeContractSignatoryComponentElements(Contract.SignatoryComponent element) protected voidJsonParser.composeContractSignatoryComponentInner(Contract.SignatoryComponent element) protected booleanXmlParser.parseContractSignatoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.SignatoryComponent res) protected voidJsonParser.parseContractSignatoryComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.SignatoryComponent res) -
Uses of Contract.SignatoryComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Contract.SignatoryComponentModifier and TypeFieldDescriptionprotected List<Contract.SignatoryComponent> Contract.signerParties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.Methods in org.hl7.fhir.r4.model that return Contract.SignatoryComponentModifier and TypeMethodDescriptionContract.SignatoryComponent.addSignature(Signature t) Contract.addSigner()Contract.SignatoryComponent.copy()Contract.getSignerFirstRep()Contract.SignatoryComponent.setPartyTarget(Resource value) Contract.SignatoryComponent.setSignature(List<Signature> theSignature) Methods in org.hl7.fhir.r4.model that return types with arguments of type Contract.SignatoryComponentMethods in org.hl7.fhir.r4.model with parameters of type Contract.SignatoryComponentModifier and TypeMethodDescriptionContract.addSigner(Contract.SignatoryComponent t) voidContract.SignatoryComponent.copyValues(Contract.SignatoryComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Contract.SignatoryComponentModifier and TypeMethodDescriptionContract.setSigner(List<Contract.SignatoryComponent> theSigner)