Uses of Class
com.ibm.fhir.model.resource.Contract.Signer
-
Packages that use Contract.Signer Package Description com.ibm.fhir.model.resource -
-
Uses of Contract.Signer in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Contract.Signer Modifier and Type Method Description Contract.Signer
Contract.Signer.Builder. build()
Build theContract.Signer
Methods in com.ibm.fhir.model.resource that return types with arguments of type Contract.Signer Modifier and Type Method Description List<Contract.Signer>
Contract. getSigner()
Parties 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 com.ibm.fhir.model.resource with parameters of type Contract.Signer Modifier and Type Method Description protected Contract.Signer.Builder
Contract.Signer.Builder. from(Contract.Signer signer)
Contract.Builder
Contract.Builder. signer(Contract.Signer... signer)
Parties 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.protected void
Contract.Signer.Builder. validate(Contract.Signer signer)
Method parameters in com.ibm.fhir.model.resource with type arguments of type Contract.Signer Modifier and Type Method Description Contract.Builder
Contract.Builder. signer(Collection<Contract.Signer> signer)
Parties 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.
-