| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Contract.SignatoryComponent |
JsonParser.parseContractSignatoryComponent(com.google.gson.JsonObject json,
Contract owner) |
protected Contract.SignatoryComponent |
XmlParser.parseContractSignatoryComponent(org.xmlpull.v1.XmlPullParser xpp,
Contract owner) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Contract.SignatoryComponent> |
Contract.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.
|
| Modifier and Type | Method and Description |
|---|---|
Contract.SignatoryComponent |
Contract.SignatoryComponent.addSignature(Signature t) |
Contract.SignatoryComponent |
Contract.addSigner() |
Contract.SignatoryComponent |
Contract.SignatoryComponent.copy() |
Contract.SignatoryComponent |
Contract.getSignerFirstRep() |
Contract.SignatoryComponent |
Contract.SignatoryComponent.setParty(Reference value) |
Contract.SignatoryComponent |
Contract.SignatoryComponent.setPartyTarget(Resource value) |
Contract.SignatoryComponent |
Contract.SignatoryComponent.setSignature(List<Signature> theSignature) |
Contract.SignatoryComponent |
Contract.SignatoryComponent.setType(Coding value) |
| Modifier and Type | Method and Description |
|---|---|
List<Contract.SignatoryComponent> |
Contract.getSigner() |
| Modifier and Type | Method and Description |
|---|---|
Contract |
Contract.addSigner(Contract.SignatoryComponent t) |
void |
Contract.SignatoryComponent.copyValues(Contract.SignatoryComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Contract |
Contract.setSigner(List<Contract.SignatoryComponent> theSigner) |
Copyright © 2014–2021 Health Level 7. All rights reserved.