Uses of Class
org.hl7.fhir.r4.model.Contract.SignatoryComponent
-
Packages that use Contract.SignatoryComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Contract.SignatoryComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Contract.SignatoryComponent Modifier and Type Method Description protected Contract.SignatoryComponentJsonParser. parseContractSignatoryComponent(com.google.gson.JsonObject json, Contract owner)protected Contract.SignatoryComponentXmlParser. parseContractSignatoryComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) -
Uses of Contract.SignatoryComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Contract.SignatoryComponent Modifier and Type Field Description protected 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.SignatoryComponent Modifier and Type Method Description Contract.SignatoryComponentContract.SignatoryComponent. addSignature(Signature t)Contract.SignatoryComponentContract. addSigner()Contract.SignatoryComponentContract.SignatoryComponent. copy()Contract.SignatoryComponentContract. getSignerFirstRep()Contract.SignatoryComponentContract.SignatoryComponent. setParty(Reference value)Contract.SignatoryComponentContract.SignatoryComponent. setPartyTarget(Resource value)Contract.SignatoryComponentContract.SignatoryComponent. setSignature(List<Signature> theSignature)Contract.SignatoryComponentContract.SignatoryComponent. setType(Coding value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Contract.SignatoryComponent Modifier and Type Method Description List<Contract.SignatoryComponent>Contract. getSigner()Methods in org.hl7.fhir.r4.model with parameters of type Contract.SignatoryComponent Modifier and Type Method Description ContractContract. addSigner(Contract.SignatoryComponent t)voidContract.SignatoryComponent. copyValues(Contract.SignatoryComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Contract.SignatoryComponent Modifier and Type Method Description ContractContract. setSigner(List<Contract.SignatoryComponent> theSigner)
-