Uses of Class
org.hl7.fhir.dstu2.model.Contract
-
Uses of Contract in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Contract
JsonParser.parseContract
(com.google.gson.JsonObject json) protected Contract
XmlParser.parseContract
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeContract
(String name, Contract element) protected void
XmlParser.composeContract
(String name, Contract element) protected void
JsonParser.composeContractInner
(Contract element) protected Contract.ActorComponent
JsonParser.parseContractActorComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.ActorComponent
XmlParser.parseContractActorComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.ComputableLanguageComponent
JsonParser.parseContractComputableLanguageComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.ComputableLanguageComponent
XmlParser.parseContractComputableLanguageComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.FriendlyLanguageComponent
JsonParser.parseContractFriendlyLanguageComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.FriendlyLanguageComponent
XmlParser.parseContractFriendlyLanguageComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.LegalLanguageComponent
JsonParser.parseContractLegalLanguageComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.LegalLanguageComponent
XmlParser.parseContractLegalLanguageComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.SignatoryComponent
JsonParser.parseContractSignatoryComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.SignatoryComponent
XmlParser.parseContractSignatoryComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.TermActorComponent
JsonParser.parseContractTermActorComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.TermActorComponent
XmlParser.parseContractTermActorComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.TermComponent
JsonParser.parseContractTermComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.TermComponent
XmlParser.parseContractTermComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.TermValuedItemComponent
JsonParser.parseContractTermValuedItemComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.TermValuedItemComponent
XmlParser.parseContractTermValuedItemComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.ValuedItemComponent
JsonParser.parseContractValuedItemComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.ValuedItemComponent
XmlParser.parseContractValuedItemComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) -
Uses of Contract in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionCoverage.contractTarget
The actual objects that are the target of the reference (The policy(s) which constitute this insurance coverage.)Modifier and TypeMethodDescriptionContract.addAction
(CodeableConcept t) Contract.addActionReason
(CodeableConcept t) Contract.addActor
(Contract.ActorComponent t) Contract.addAuthority
(Reference t) Coverage.addContractTarget()
Contract.addFriendly
(Contract.FriendlyLanguageComponent t) Contract.addLegal
(Contract.LegalLanguageComponent t) Contract.addRule
(Contract.ComputableLanguageComponent t) Contract.addSigner
(Contract.SignatoryComponent t) Contract.addSubject
(Reference t) Contract.addSubType
(CodeableConcept t) Contract.addTerm
(Contract.TermComponent t) Contract.addValuedItem
(Contract.ValuedItemComponent t) Contract.copy()
Contract.setApplies
(Period value) Contract.setBinding
(Type value) Contract.setIdentifier
(Identifier value) Contract.setIssuedElement
(DateTimeType value) Contract.setType
(CodeableConcept value) protected Contract
Contract.typedCopy()