Uses of Class
org.hl7.fhir.r4.model.Contract.SecurityLabelComponent
-
Uses of Contract.SecurityLabelComponent in org.hl7.fhir.r4.formats
Modifier 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) Modifier 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
Modifier 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..Modifier 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) Modifier and TypeMethodDescriptionContract.TermComponent.addSecurityLabel
(Contract.SecurityLabelComponent t) void
Contract.SecurityLabelComponent.copyValues
(Contract.SecurityLabelComponent dst) Modifier and TypeMethodDescriptionContract.TermComponent.setSecurityLabel
(List<Contract.SecurityLabelComponent> theSecurityLabel)