![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Contract.ContractOfferComponent
Packages that use Contract.ContractOfferComponent
-
Uses of Contract.ContractOfferComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Contract.ContractOfferComponentModifier and TypeMethodDescriptionprotected Contract.ContractOfferComponent
JsonParser.parseContractContractOfferComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.ContractOfferComponent
XmlParser.parseContractContractOfferComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) Methods in org.hl7.fhir.r4.formats with parameters of type Contract.ContractOfferComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeContractContractOfferComponent
(String name, Contract.ContractOfferComponent element) protected void
RdfParser.composeContractContractOfferComponent
(Turtle.Complex parent, String parentType, String name, Contract.ContractOfferComponent element, int index) protected void
XmlParser.composeContractContractOfferComponent
(String name, Contract.ContractOfferComponent element) protected void
XmlParser.composeContractContractOfferComponentElements
(Contract.ContractOfferComponent element) protected void
JsonParser.composeContractContractOfferComponentInner
(Contract.ContractOfferComponent element) protected boolean
XmlParser.parseContractContractOfferComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ContractOfferComponent res) protected void
JsonParser.parseContractContractOfferComponentProperties
(com.google.gson.JsonObject json, Contract owner, Contract.ContractOfferComponent res) -
Uses of Contract.ContractOfferComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Contract.ContractOfferComponentModifier and TypeFieldDescriptionprotected Contract.ContractOfferComponent
Contract.TermComponent.offer
The matter of concern in the context of this provision of the agrement.Methods in org.hl7.fhir.r4.model that return Contract.ContractOfferComponentModifier and TypeMethodDescriptionContract.ContractOfferComponent.addAnswer
(Contract.AnswerComponent t) Contract.ContractOfferComponent.addDecisionMode
(CodeableConcept t) Contract.ContractOfferComponent.addIdentifier
(Identifier t) Contract.ContractOfferComponent.addParty
(Contract.ContractPartyComponent t) Contract.ContractOfferComponent.addSecurityLabelNumber
(int value) Contract.ContractOfferComponent.copy()
Contract.TermComponent.getOffer()
Contract.ContractOfferComponent.setAnswer
(List<Contract.AnswerComponent> theAnswer) Contract.ContractOfferComponent.setDecision
(CodeableConcept value) Contract.ContractOfferComponent.setDecisionMode
(List<CodeableConcept> theDecisionMode) Contract.ContractOfferComponent.setIdentifier
(List<Identifier> theIdentifier) Contract.ContractOfferComponent.setLinkId
(List<StringType> theLinkId) Contract.ContractOfferComponent.setParty
(List<Contract.ContractPartyComponent> theParty) Contract.ContractOfferComponent.setSecurityLabelNumber
(List<UnsignedIntType> theSecurityLabelNumber) Contract.ContractOfferComponent.setTextElement
(StringType value) Contract.ContractOfferComponent.setTopicTarget
(Resource value) Contract.ContractOfferComponent.setType
(CodeableConcept value) Methods in org.hl7.fhir.r4.model with parameters of type Contract.ContractOfferComponentModifier and TypeMethodDescriptionvoid
Contract.ContractOfferComponent.copyValues
(Contract.ContractOfferComponent dst) Contract.TermComponent.setOffer
(Contract.ContractOfferComponent value) Constructors in org.hl7.fhir.r4.model with parameters of type Contract.ContractOfferComponent