![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Contract.SecurityLabelComponent
Packages that use Contract.SecurityLabelComponent
-
Uses of Contract.SecurityLabelComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Contract.SecurityLabelComponentModifier and TypeMethodDescriptionprotected Contract.SecurityLabelComponent
JsonParser.parseContractSecurityLabelComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.SecurityLabelComponent
XmlParser.parseContractSecurityLabelComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) Methods in org.hl7.fhir.r4.formats with parameters of type Contract.SecurityLabelComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeContractSecurityLabelComponent
(String name, Contract.SecurityLabelComponent element) protected void
RdfParser.composeContractSecurityLabelComponent
(Turtle.Complex parent, String parentType, String name, Contract.SecurityLabelComponent element, int index) protected void
XmlParser.composeContractSecurityLabelComponent
(String name, Contract.SecurityLabelComponent element) protected void
XmlParser.composeContractSecurityLabelComponentElements
(Contract.SecurityLabelComponent element) protected void
JsonParser.composeContractSecurityLabelComponentInner
(Contract.SecurityLabelComponent element) protected boolean
XmlParser.parseContractSecurityLabelComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.SecurityLabelComponent res) protected void
JsonParser.parseContractSecurityLabelComponentProperties
(com.google.gson.JsonObject json, Contract owner, Contract.SecurityLabelComponent res) -
Uses of Contract.SecurityLabelComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Contract.SecurityLabelComponentModifier and TypeFieldDescriptionprotected List
<Contract.SecurityLabelComponent> Contract.TermComponent.securityLabel
Security labels that protect the handling of information about the term and its elements, which may be specifically identified..Methods in org.hl7.fhir.r4.model that return Contract.SecurityLabelComponentModifier and TypeMethodDescriptionContract.SecurityLabelComponent.addCategory
(Coding t) Contract.SecurityLabelComponent.addControl
(Coding t) Contract.SecurityLabelComponent.addNumber
(int value) Contract.TermComponent.addSecurityLabel()
Contract.SecurityLabelComponent.copy()
Contract.TermComponent.getSecurityLabelFirstRep()
Contract.SecurityLabelComponent.setCategory
(List<Coding> theCategory) Contract.SecurityLabelComponent.setClassification
(Coding value) Contract.SecurityLabelComponent.setControl
(List<Coding> theControl) Contract.SecurityLabelComponent.setNumber
(List<UnsignedIntType> theNumber) Methods in org.hl7.fhir.r4.model that return types with arguments of type Contract.SecurityLabelComponentMethods in org.hl7.fhir.r4.model with parameters of type Contract.SecurityLabelComponentModifier and TypeMethodDescriptionContract.TermComponent.addSecurityLabel
(Contract.SecurityLabelComponent t) void
Contract.SecurityLabelComponent.copyValues
(Contract.SecurityLabelComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Contract.SecurityLabelComponentModifier and TypeMethodDescriptionContract.TermComponent.setSecurityLabel
(List<Contract.SecurityLabelComponent> theSecurityLabel)