
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.ContractOfferComponentJsonParser.parseContractContractOfferComponent(com.google.gson.JsonObject json, Contract owner) protected Contract.ContractOfferComponentXmlParser.parseContractContractOfferComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) Methods in org.hl7.fhir.r4.formats with parameters of type Contract.ContractOfferComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeContractContractOfferComponent(String name, Contract.ContractOfferComponent element) protected voidRdfParser.composeContractContractOfferComponent(Turtle.Complex parent, String parentType, String name, Contract.ContractOfferComponent element, int index) protected voidXmlParser.composeContractContractOfferComponent(String name, Contract.ContractOfferComponent element) protected voidXmlParser.composeContractContractOfferComponentElements(Contract.ContractOfferComponent element) protected voidJsonParser.composeContractContractOfferComponentInner(Contract.ContractOfferComponent element) protected booleanXmlParser.parseContractContractOfferComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ContractOfferComponent res) protected voidJsonParser.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.ContractOfferComponentContract.TermComponent.offerThe 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 TypeMethodDescriptionvoidContract.ContractOfferComponent.copyValues(Contract.ContractOfferComponent dst) Contract.TermComponent.setOffer(Contract.ContractOfferComponent value) Constructors in org.hl7.fhir.r4.model with parameters of type Contract.ContractOfferComponent