Exemplo n.º 1
0
 internal void InitOrganisation()
 {
     if (representedOrganisation == null)
     {
         representedOrganisation = new e_organisation("ORG", "INSTANCE");
     }
 }
Exemplo n.º 2
0
 internal void InitOrganisation()
 {
     if (scopingOrganisation == null)
     {
         scopingOrganisation = new e_organisation("ORG", "INSTANCE");
     }
 }
Exemplo n.º 3
0
 internal void InitOrganisation()
 {
     if (representedOrganisation == null)
     {
         representedOrganisation = new e_organisation("ORG", "INSTANCE");
     }
 }
Exemplo n.º 4
0
        internal void InitOrganisation()
        {
            if (OrganisationEntity == null)
            {
                OrganisationEntity = new e_organisation("ORG", "INSTANCE");
                OrganisationEntity.StandardIndustyClassCode = new CD<String>("001", "2.16.840.1.113883.2.1.3.2.4.17.289", null, null, "GP Practice", null);
                OrganisationEntity.StandardIndustyClassCode.OriginalText.MediaType = null;
                OrganisationEntity.StandardIndustyClassCode.OriginalText.Language = null;
                OrganisationEntity.StandardIndustyClassCode.OriginalText = null;

            }
        }
Exemplo n.º 5
0
        internal void InitOrganisation()
        {
            if (OrganisationEntity == null)
            {
                OrganisationEntity = new e_organisation("ORG", "INSTANCE");
                OrganisationEntity.StandardIndustyClassCode = new CD <String>("001", "2.16.840.1.113883.2.1.3.2.4.17.289", null, null, "GP Practice", null);



                // TODO - EVEREST 1.0 Fix
                //  OrganisationEntity.StandardIndustyClassCode.OriginalText.MediaType = null;
                //  OrganisationEntity.StandardIndustyClassCode.OriginalText.Language = null;
                //  OrganisationEntity.StandardIndustyClassCode.OriginalText = null;
            }
        }