
Uses of Class
org.hl7.fhir.dstu2.model.Contract
Packages that use Contract
-
Uses of Contract in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ContractModifier and TypeMethodDescriptionprotected ContractJsonParser.parseContract(com.google.gson.JsonObject json) protected ContractXmlParser.parseContract(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type ContractModifier and TypeMethodDescriptionprotected voidJsonParser.composeContract(String name, Contract element) protected voidXmlParser.composeContract(String name, Contract element) protected voidJsonParser.composeContractInner(Contract element) protected Contract.ActorComponentJsonParser.parseContractActorComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.ActorComponentXmlParser.parseContractActorComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.ComputableLanguageComponentJsonParser.parseContractComputableLanguageComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.ComputableLanguageComponentXmlParser.parseContractComputableLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.FriendlyLanguageComponentJsonParser.parseContractFriendlyLanguageComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.FriendlyLanguageComponentXmlParser.parseContractFriendlyLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.LegalLanguageComponentJsonParser.parseContractLegalLanguageComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.LegalLanguageComponentXmlParser.parseContractLegalLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.SignatoryComponentJsonParser.parseContractSignatoryComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.SignatoryComponentXmlParser.parseContractSignatoryComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.TermActorComponentJsonParser.parseContractTermActorComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.TermActorComponentXmlParser.parseContractTermActorComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.TermComponentJsonParser.parseContractTermComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.TermComponentXmlParser.parseContractTermComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.TermValuedItemComponentJsonParser.parseContractTermValuedItemComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.TermValuedItemComponentXmlParser.parseContractTermValuedItemComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) protected Contract.ValuedItemComponentJsonParser.parseContractValuedItemComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.ValuedItemComponentXmlParser.parseContractValuedItemComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) -
Uses of Contract in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ContractModifier and TypeFieldDescriptionCoverage.contractTargetThe actual objects that are the target of the reference (The policy(s) which constitute this insurance coverage.)Methods in org.hl7.fhir.dstu2.model that return ContractModifier 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 ContractContract.typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Contract